Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPoint::setEcsRotation Method
Syntax
C++
void setEcsRotation(double vAngle);

Sets the ECS Rotation which defines the angle in the range 0 to 2PI radians between the OCS X-axis for the point based on the normal vector and the X-axis that will be used for displaying the point entity (DXF 50). A positive angle rotates clockwise. A negative angle rotates counterclockwise. The initial value is zero by default. 

 

Parameters
Description
vAngle
[in] Rotation angle as a Double value.

The ECS Rotation is used when PDMODE is non-zero. This method does not convert to an equivalent angle and sets the specified angle value.

Copyright © 2002-2022. Open Design Alliance All rights reserved.