API Help
Eplan.EplApi.DataModel.E3D Namespace / PlacementArea Class / Rotate Method
Angle in radians by which placement area will be rotated.

In This Topic
    Rotate Method (PlacementArea)
    In This Topic
    Rotates placement area about normal vector.
    Syntax
    public void Rotate( 
       double dAngle
    )
    public:
    void Rotate( 
       double dAngle
    ) 

    Parameters

    dAngle
    Angle in radians by which placement area will be rotated.
    Remarks
    Axis of rotation passes through location of first source mate of given Placement3D.
    See Also