BaseFlowJobElementFlip Method | 
            Flip the job element against given flags for axes.
            
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.31.0
Syntaxpublic 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)
RemarksThis 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