TsgCADImage.AddScaledDXFEx

TsgCADImage                Example

  Classes Reference > TsgCADImage > TsgCADImage Methods >

TsgCADImage.AddScaledDXFEx

TsgCADImage                Example

Previous pageReturn to chapter overviewNext page

Adds a new drawing to the TsgCADImage.

function AddScaledDXFEx(ACADFile: TObject; AName: string; APos, AScale: TFPoint; Rotation: Single): TsgDXFInsert;

Description

AddScaledDXF returns added ACADFile as a member of TsgDXFInsert class object: TsgDXFInsert.FBlock.Xref

Value

Meaning

ACADFile

CAD drawing as TsgCADImage object.

AName

Name of the added TsgCADImage object.

APos

Insert point.

AScale

Scale factor for OX, OY and OZ axis.

Rotation

Rotation angle.

 

 

Go to CAD VCL Enterprise