EmbeddedObjectScalingOptions Enumeration |
The options for controlling the scaling of the objects in the drawing.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
| Member name | Value | Description | |
|---|---|---|---|
| ScaleX | 1 | Scales the object in the X direction. | |
| ScaleXY | 3 | Scales the object in the X and Y directions. | |
| ScaleToFit | 4 | Scales the object to fit in the frame in the Y direction. | |
| ScaleBestFit | 8 | The object is scaled inside the frame, still maintaining its original aspect ratio. |