TsgCADImage.AddScaledDXF

TsgCADImage                Example  

  Classes Reference > TsgCADImage > TsgCADImage Methods >

TsgCADImage.AddScaledDXF

TsgCADImage                Example  

Previous pageReturn to chapter overviewNext page

Adds a new drawing to the TsgCADImage.

procedure AddScaledDXF(ACADFile: TObject; APos, AScale: TFPoint; Rotation: Single);

Description

You can load several CAD drawings into TsgCADImage class. All of these drawings will be drawn as one drawing.

Call AddScaledDXF to add the CAD drawing as TsgCADImage object (ACADFile parameter) to the TsgCADImage. Added drawing will be drawn at APos position (in AutoCAD coordinates) and with AScale scale. The Rotation parameter is rotation angle of the added drawing.

Go to CAD VCL Enterprise