Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / Create Method / Create(Project,String,String,String,Double,Placement3D,List<Placement3D>,BendingType) Method
Project were the object will be created. 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 a form file. Can't be null nor empty.
Bending radius. Must be greater then zero.
Copper bundle as parent of bended bus.
Bending type (0- flat, 1- edgewise)

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

    Parameters

    Parameter NameDescription
    projectProject were the object will be created. Can't be null.
    partNrPart number of article used to create this object. Can't be null or have zero length.
    partVariantPart variant of article.
    formFileFull path with extension ("*.fp1") to a form file. Can't be null nor empty.
    bendingRadiusBending radius. Must be greater then zero.
    copperBundleCopper bundle as parent of bended bus.
    listOfAdditionalObjects
    bendingTypeBending type (0- flat, 1- edgewise)
    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 partVariant is null or have zero length default variant "1" is used. If copperBundle is null new copper bundle will be created.
    See Also