API Documentation > 3D drawings and annotations > Object ProAnnotationplane > Function ProAnnotationplaneVectorGet
Function ProAnnotationplaneVectorGet
Description
Accesses the direction vector used to determine the viewing side of the annotation plane.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationplaneVectorGet
(
/* (In)
The annotation plane handle.
*/
ProVector direction
/* (Out)
The normal vector determining the front side of the annotation plane.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
The annotation plane is flat-to-screen.
See Also
User Guide References
Was this helpful?