Category 3D drawings and annotations, Object ProAnnotationplane

Function ProAnnotationplaneFlatToScreenCreate


Description
Returns the annnotation plane item representing a flat-to-screen annotation in the model.
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationplaneFlatToScreenCreate(
ProSolid solid
/* (In)
The model.
*/
ProBoolean by_screen_point
/* (In)
PRO_B_TRUE if annotations on this plane will be located by screen point, PRO_B_FALSE if they will be located by model point
*/
ProAnnotationPlane* plane
/* (Out)
The annotation plane.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProAnnotationplaneCreate
ProAnnotationplaneFromViewCreate

Manual References:

  1. Annotations: Annotation Features and Annotations: Annotation Orientation
  2. Annotations: Annotation Features and Annotations: Annotation Orientation