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

CreateBox3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Creates a box in 3D.
Syntax
C++
C#
void fil::CreateBox3D ( const fil::Point3D& inPoint3D, const fil::Anchor3D& inPoint3DAnchor3D, float inXLength, float inYLength, float inZLength, fil::Box3D& outBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inPoint3D | const Point3D& | |||
![]() |
inPoint3DAnchor3D | const Anchor3D& | |||
![]() |
inXLength | float | 0.0 - ![]() |
||
![]() |
inYLength | float | 0.0 - ![]() |
||
![]() |
inZLength | float | 0.0 - ![]() |
||
![]() |
outBox3D | Box3D& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Invalid Anchor3D in CreateBox3D. |