API Help
Eplan.EplApi.HEServices Namespace / Export3D Class / Placements3DToStep Method
Collection of placements which will be exported. Can not be null or empty.
Directory to which files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. Can not be null or empty.

In This Topic
    Placements3DToStep Method
    In This Topic
    Exports given article placements into files in STEP format.
    Syntax

    Parameters

    listPlacements3D
    Collection of placements which will be exported. Can not be null or empty.
    strTargetDirectory
    Directory to which files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. Can not be null or empty.
    Exceptions
    ExceptionDescription
    Thrown when neccessary argument is null.
    Thrown in case of invalid arguments.
    The internal interface used for export could not be created.
    Remarks
    Then names of files are generated from partnumber and variant. If there is no partnumber the name is created from part designation and identifying name. For all length-adjustable parts the legend ID is added. Export in original position of part without any transformation!
    See Also