Eplan Platform API
Eplan.EplApi.HEServices Namespace / Transformation Class / Transformation Constructor / Transformation Constructor(String,Page,String,ScalingMode,PositionMode,Boolean)
Path to DXF file which will be imported.
Page where DXF file will be imported.
Name of scheme used for import. It could be crucial to use the same scheme to fill parameters and import file to have correct results.
Determines what scale should be used.
Determines where imported DXF file should be placed on page.
When set to true scale on X and Y will be the same.

In This Topic
    Transformation Constructor(String,Page,String,ScalingMode,PositionMode,Boolean)
    In This Topic
    Constructor.
    Syntax

    Parameters

    Parameter NameDescription
    pathToDXFFilePath to DXF file which will be imported.
    oPagePage where DXF file will be imported.
    strSchemeName of scheme used for import. It could be crucial to use the same scheme to fill parameters and import file to have correct results.
    scalingModeDetermines what scale should be used.
    positionModeDetermines where imported DXF file should be placed on page.
    bKeepAspectRatioWhen set to true scale on X and Y will be the same.
    Remarks
    Using this constructor will fill all Transformation parameters. It will fill correctly scale and offset which are needed for the import DXF file to place it correctly. It is important to use the same scheme for filling the Transformation parameters as this for the import DXF file. Using a different scheme could lead to different results than expected.
    See Also