You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Features » AVL.Box3DCharacteristicPoint

AVL.Box3DCharacteristicPoint

Returns a characteristic point of a box in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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

List of possible exceptions:

Error type Description
DomainError Invalid Anchor3D in Box3DCharacteristicPoint.

See also