Property IsCornerReversed
IsCornerReversed
Indicates whether the object's representation is rotated internally by InSitu by additional 90 degrees. This is done for some special type of kitchen units placed in wall corners.
Declaration
public bool IsCornerReversed { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Some angle units have special treatment in InSitu so that they are rotated by 90 degrees internally in addition to their AngleXY. Because of this, their actual position differs from the values returned by AngleXY, PositionX and PositionY. In such cases ActualPositionX, and ActualPositionY return the actual values that the object has after it was rotated. These values differ from the ones visible anywhere in InSitu, are read-only, and should only be considered to be used in some rare special cases related to the special angle kitchen units. You can know whether an object is of this special type by querying its IsCornerReversed property.
A value of 0 means the position is located in the centre of the dotted green rectangle representing the scene dimensions.