Click or drag to resize

BaseFlowJobElementFlip Method

Flip the job element against given flags for axes.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public void Flip(
	bvec3 axesFlag,
	bool isRelative
)

Parameters

axesFlag  bvec3
The flags to indicate which axes are used for the flip.
isRelative  Boolean
The flags to indicate whether the axes flags are relative.

Implements

ITransformableFlip(bvec3, Boolean)
Remarks
This method might give an incorrect result because the bounding box is not yet calculated. It is better to do a dry run of the job first and flip the holder instead.
See Also