KitchenDraw SDK 2
Show / Hide Table of Contents

Property ActualPositionX

ActualPositionX

Position of the object in scene measurement units.

Declaration
public double ActualPositionX { get; }
Property Value
Type Description
double
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.

In this article
Back to top Generated by DocFX