You are here: Start » FIL.NET » FIL.Box3DCharacteristicPoint
Returns a characteristic point of a box in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Box3DCharacteristicPoint ( FilNet.Box3D inBox3D, FilNet.Anchor3D inPoint3DAnchor, out FilNet.Point3D outPoint3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox3D | FilNet.Box3D | |||
![]() | inPoint3DAnchor | FilNet.Anchor3D | Selecting one of the 27 characteristic points. | ||
![]() | outPoint3D | FilNet.Point3D |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Invalid Anchor3D in Box3DCharacteristicPoint. |