Calculates an oriented bounding box for the input geometry. The bounding box is tight fitting to the input geometry and is particularly useful when you want to calculate a bounding box that is not oriented to be parallel to the model x-y-z plane.
The height direction is automatically determined using the length and width directions.
"measureManager_var" is a variable referencing a MeasureManager object.
|
"measureManager_var" is a variable referencing a MeasureManager object.
|
Type | Description |
OrientedBoundingBox3D | Returns an OrientedBoundingBox3D object which provides the information that defines an oriented bounding box. |
Name | Type | Description |
geometry | Base | The geometry to calculate the bounding box for. This can be any of the B-Rep related entities. |
lengthVector | Vector3D | The direction the length of the oriented bounding box will be measured in. The magnitude of the vector is ignored and only the direction is used. |
widthVector | Vector3D | The direction the width of the oriented bounding box will be measured in. The magnitude of the vector is ignored and only the direction is used. This must be perpendicular to the length vector. |
Name | Description |
Measure Sample | Measure related functions |