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

AVL.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

Errors

Error type Description
DomainError Invalid Anchor3D in Box3DCharacteristicPoint.

See also