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

    pathToDXFFile
    Path to DXF file which will be imported.
    oPage
    Page where DXF file will be imported.
    strScheme
    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.
    scalingMode
    Determines what scale should be used.
    positionMode
    Determines where imported DXF file should be placed on page.
    bKeepAspectRatio
    When 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, offset which are needed for import DXF file to place it correctly. It is important to use the same schema for filling transformation parameter as this for import DXF file. Using different schema could lead to other results than expected.
    See Also