You are here: Start » AVL.NET » AVS.Box3DCharacteristicPoint Method

AVS.Box3DCharacteristicPoint Method

Returns a characteristic point of a box in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Box3DCharacteristicPoint
(
	AvlNet.Box3D inBox3D,
	AvlNet.Anchor3D inPoint3DAnchor,
	out AvlNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
inPoint3DAnchorAvlNet.Anchor3DSelecting one of the 27 characteristic points.
outPoint3DAvlNet.Point3D

See also