BaseMarkableVectorGraphicGetBoundingBox Method |
Returns the bounding box of the transformed job element.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic override Cuboid GetBoundingBox(
dmat4 transformation
)
Parameters
- transformation dmat4
- Transformation of the job element.
Return Value
CuboidBounding box of the transformed job element.
See Also