Eplan Platform API
Eplan.EplApi.HEServices Namespace / Export3D Class / ProjectToStep Method / ProjectToStep(Project,String,String) Method
Project to be exported. Can not be null.
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.
Scheme used to export installation spaces.

In This Topic
    ProjectToStep(Project,String,String) Method
    In This Topic
    Exports project into files in STEP format.
    Syntax

    Parameters

    oProject
    Project to be exported. Can not be null.
    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.
    strScheme
    Scheme used to export installation spaces.
    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
    If bEachTopLevelParentInSeparateFile is false then names of files are generated from properties Eplan.EplApi.DataModel.E3D.InstallationSpacePropertyList.INSTALLATIONSPACE_FULLNAME. If true then property Eplan.EplApi.DataModel.FunctionBasePropertyList.FUNC_FULLNAME is added at the end of file name.
    See Also