Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / CreateNewBendingPoint Method / CreateNewBendingPoint(Double,Double,Double,Plane,Double,BendingType) Method
Bending point position (from a plane beginning)
Side point position (from a plane beginning)
Angle in degrees
Plane of the bus bar
Bending radius. Must be greater then zero.
Bending type

In This Topic
    CreateNewBendingPoint(Double,Double,Double,Plane,Double,BendingType) Method
    In This Topic
    Creates new bending point on a plane of the bus bar
    Syntax

    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.
    Exceptions
    ExceptionDescription
    Thrown if point coordinate exceeds length of a plane .
    Remarks
    Please be aware that 'point' and 'pointSide' parameters is exactly X-coordinate in a plane coordinate system. It is visible when 'Activate directly' option is enabled on a plane
    See Also