Click or drag to resize

MarkableConfiguration Properties

The MarkableConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyFlippedAxes Flips the axis if true.
Public propertyIsDirty The flag to indicate whether there has been a change to the configuration.
Public propertyMarkerProfile The settings for marking.
Public propertyModelMatrix The model matrix of the job element.
Public propertyOffset The translated position of the bounding box. This position represents the position of the job element.
Public propertyRotation Returns rotation of the ModelMatrix. If rotation was not set via SetTransformation(dvec3, dvec3, dvec3), it will be resolved from the ModelMatrix.
Public propertyRotationScaleSet Returns true, if Rotation and Scale was set via SetTransformation(dvec3, dvec3, dvec3). Otherwise rotation and scale will be resolved from the matrix, which could yield wrong results (matrix containing more than scale and rotation).
Public propertyScale Returns scale of the ModelMatrix
Public propertyTransformationCenter The reference point of the transformation instead of the centroid.
Top
See Also