You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Features » 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 | |
|---|---|---|---|---|---|
![]() | inBox3D | AvlNet.Box3D | |||
![]() | inPoint3DAnchor | AvlNet.Anchor3D | Selecting one of the 27 characteristic points. | ||
![]() | outPoint3D | AvlNet.Point3D |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Invalid Anchor3D in Box3DCharacteristicPoint. |


