Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService3D Class / BundleConnections Method / BundleConnections(Project,Int32,Int32,Int32,Double,List<String>,Boolean,Boolean,Boolean) Method
Project, which connections will be bundled
Start value for bundle numbers
Step with for bundle numbers
Maximum number of wires per bundle
Maximum summary cross-section in a bundle
List of bundling schemes
If true daisy chanins (Net) will be prefered in bundle.
Apply for entire project
Show preview

In This Topic
    BundleConnections(Project,Int32,Int32,Int32,Double,List<String>,Boolean,Boolean,Boolean) Method
    In This Topic
    Bundle connections of a project.
    Syntax

    Parameters

    Parameter NameDescription
    pProjectProject, which connections will be bundled
    nStartValueStart value for bundle numbers
    nStepWithStep with for bundle numbers
    nNumWiresInBundleMaxMaximum number of wires per bundle
    dSubXSectionInBundleMaximum summary cross-section in a bundle
    arrBundlingSchemasList of bundling schemes
    bPreferChainsIf true daisy chanins (Net) will be prefered in bundle.
    bDoCompleteProjectApply for entire project
    bShowPreviewShow preview
    Exceptions
    ExceptionDescription
    Thrown when necessary argument is NULL.
    An interface used for export could not be created.
    No user rights to create files on the file system.
    See Also