AddScaledDXF
Description
Use the AddScaledDXF
method to add a new drawing to the TsgCADImage
object. You can set the Apos
position value (in AutoCAD coordinates) and the AScale
scale value. Also, the Rotation
parameter is a rotation angle.
Parameter | Type | Description |
---|---|---|
ACADFile | TObject | A CAD drawing as the TsgCADImage object. |
APos | TFPoint | An insert point. |
AScale | TFPoint | A scale factor for OX, OY and OZ axis. |
Rotation | Single | A Rotation angle. |
Syntax
procedure AddScaledDXF(ACADFile: TObject; APos, AScale: TFPoint; Rotation: Single);