Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » Box3DCharacteristicPoint

Box3DCharacteristicPoint
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Returns a characteristic point of a box in 3D.
Syntax
C++
C#
void fil::Box3DCharacteristicPoint ( const fil::Box3D& inBox3D, const fil::Anchor3D& inPoint3DAnchor, fil::Point3D& outPoint3D )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inBox3D | const Box3D& | ||
![]() |
inPoint3DAnchor | const Anchor3D& | Selecting one of the 27 characteristic points | |
![]() |
outPoint3D | Point3D& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Invalid Anchor3D in Box3DCharacteristicPoint. |