Eplan Platform API
Eplan.EplApi.HEServices Namespace / ChangeOfStandard Class / TransformObjects Method
Determines how objects should be transformed
Page from which all objects will be taken
Page to which all object will be inserted after expected operations

In This Topic
    TransformObjects Method
    In This Topic
    Transforms all objects from source page to target page.
    Syntax

    Parameters

    rotationAndFlipping
    Determines how objects should be transformed
    sourcePage
    Page from which all objects will be taken
    targetPage
    Page to which all object will be inserted after expected operations

    Return Value

    The dictionary with pairs of objects (source, transformed)
    Exceptions
    ExceptionDescription
    An error occurs during transform operation.
    sourcePage or targetPage is null.
    Remarks
    All objects from source page should be copied into target page with given rotation and mirrored if expected. Note that for symbol rotation and mirroring first the correct scheme should be set by the SetSchema:Eplan::EplApi::HEServices::ChangeOfStandards: method. Please be aware that objects out of a plot frame are ignored by this method. It also does not work in case of pages without a plot frame.
    See Also