Markable |
public class MarkableConfiguration
The MarkableConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | MarkableConfiguration | Initializes a new instance of the Object class. |
Name | Description | |
---|---|---|
![]() | FlippedAxes | Flips the axis if true. |
![]() | IsDirty | The flag to indicate whether there has been a change to the configuration. |
![]() | MarkerProfile | The settings for marking. |
![]() | ModelMatrix | The model matrix of the job element. |
![]() | Offset | The translated position of the bounding box. This position represents the position of the job element. |
![]() | Rotation | Returns rotation of the ModelMatrix. If rotation was not set via SetTransformation(dvec3, dvec3, dvec3), it will be resolved from the ModelMatrix. |
![]() | RotationScaleSet | 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). |
![]() | Scale | Returns scale of the ModelMatrix |
![]() | TransformationCenter | The reference point of the transformation instead of the centroid. |
Name | Description | |
---|---|---|
![]() | CopyFrom | Copies the configuration. |
![]() | SetTransformation | Sets ModelMatrix, Scale and Rotation. Furthermore RotationScaleSet will be true, to indicate, that rotation was set and not calculated. |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString) |