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

    Parameter NameDescription
    pointBending point position (from a plane beginning)
    pointSideSide point position (from a plane beginning)
    angleAngle in degrees
    planePlane of the bus bar
    bendingRadiusBending radius. Must be greater then zero.
    bendingTypeBending 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