public Plane[] CreateNewBendingPoint( double point, double pointSide, double angle, Plane plane, double bendingRadius, BusBar.Enums.BendingType bendingType )
public: array<Plane^>^ CreateNewBendingPoint( double point, double pointSide, double angle, Plane^ plane, double bendingRadius, BusBar.Enums.BendingType bendingType )
Parameters
- point
- Bending point position (from a plane beginning)
- pointSide
- Side point position (from a plane beginning)
- angle
- Angle in degrees
- plane
- Plane of the bus bar
- bendingRadius
- Bending radius. Must be greater then zero.
- bendingType
- Bending type
Return Value
New planes created with the new bending point (upper, lower, left and right) or a null if creation unsuccessful.