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: 2024.0.0+a110b435391768740483e3032720a566518c9a63
| 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. |