You are here: Start » AVL.NET » Invoke.Box3DCharacteristicPoint

Invoke.Box3DCharacteristicPoint

Returns a characteristic point of a box in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Box3DCharacteristicPoint
(
	Avl.Box3D inBox3D,
	Avl.Anchor3D inPoint3DAnchor,
	out Avl.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inBox3DAvl.Box3D
inPoint3DAnchorAvl.Anchor3DSelecting one of the 27 characteristic points.
outPoint3DAvl.Point3D

See also