JobElementHolderGetBoundingBox Method |
Returns the bounding box of the contained job element.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic Cuboid GetBoundingBox(
bool isTransformed
)
Parameters
- isTransformed Boolean
- Returns the bounding box of the transformed job element if true, otherwise the untransformed one.
Return Value
CuboidBounding box of the contained job element
See Also