Click or drag to resize

JobElementHolderGetBoundingBox Method

Returns the bounding box of the contained job element.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public Cuboid GetBoundingBox(
	bool isTransformed
)

Parameters

isTransformed  Boolean
Returns the bounding box of the transformed job element if true, otherwise the untransformed one.

Return Value

Cuboid
Bounding box of the contained job element
See Also