Category 3D drawings and annotations, Object ProAnnotationplane

Function ProAnnotationplaneAngleGet


Description
Obtains the default orientation and the rotation angle for annotations which will be placed on a given annotation plane.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationplaneAngleGet(
ProAnnotationPlane* plane
/* (In)
The annotation plane.
*/
ProVector orientation
/* (Out)
The default orientation of annotations which belong to this annotation plane. (If no angle is applied, this is the direction that an underline would be drawn).
*/
double* angle
/* (Out)
The assigned rotation angle in degrees for the annotation plane.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProAnnotationplaneVectorGet
ProAnnotationRotate

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Annotation Orientation
  3. Annotations: Annotation Features and Annotations: Annotation Orientation