Box3DCharacteristicPoint
Returns a characteristic point of a box in 3D.
Syntax
C++
C#
Python
def Box3DCharacteristicPoint(
inBox3D: Box3D,
inPoint3DAnchor: Anchor3D,
/
)
-> outPoint3D: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox3D | Box3D | ||
![]() |
inPoint3DAnchor | Anchor3D | Selecting one of the 27 characteristic points | |
![]() |
outPoint3D | Point3D |


