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
- project
- Project were the object will be created. Can't be null.
- partNr
- Part number of article used to create this object. Can't be null or have zero length.
- partVariant
- Part variant of article.
- formFile
- Full path with extension ("*.fp1") to a form file. Can't be null nor empty.
- bendingRadius
- Bending radius. Must be greater then zero.
- copperBundle
- Copper bundle as parent of bended bus.
- listOfAdditionalObjects
- bendingType
- Bending type (0- flat, 1- edgewise)
Exceptions
See Also