Category 3D drawings and annotations, Object ProAnnotationplane

Function ProAnnotationplaneVectorGet


Description
Accesses the direction vector used to determine the viewing side of the annotation plane.
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationplaneVectorGet(
ProAnnotationPlane* plane
/* (In)
The annotation plane handle.
*/
ProVector direction
/* (Out)
The normal vector determining the front side of the annotation plane.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_BAD_CONTEXTThe annotation plane is flat-to-screen.
See Also
ProAnnotationplaneTypeGet

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