Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / Create Method / Create(Project,String,String,String,Double,Placement3D,List<Placement3D>) Method
Project to which this object will be assign. Can't be null.
Part number of article used to create this object. Can't be null or have zero length.
Part variant of article.
Full path with extension ("*.fp1") to file containing a path. Can't be null or have zero length.
Bending radius. Must be greater then zero.
Copper bundle as parent of bended bus.

In This Topic
    Create(Project,String,String,String,Double,Placement3D,List<Placement3D>) Method
    In This Topic
    Creates not placed bended bus bar object with given bending radius and path.
    Syntax

    Parameters

    Parameter NameDescription
    oProjectProject to which this object will be assign. Can't be null.
    strArticleNrPart number of article used to create this object. Can't be null or have zero length.
    strVariantPart variant of article.
    strPathFileToUseFull path with extension ("*.fp1") to file containing a path. Can't be null or have zero length.
    dBendingRadiusBending radius. Must be greater then zero.
    pCopperBundleCopper bundle as parent of bended bus.
    listOfAdditionalObjects
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exception message for more info.
    Thrown if strArticleNr has zero length.
    Thrown when the duct cannot be created.
    Remarks
    If strArticleVariant is null or have zero length default variant "1" is used. If copper bundle is null new copper bundle will be created.
    See Also