Function ProAnnotationplaneCreate
Description
Creates an annotation plane structure from either a datum plane, a flat surface, or an existing annotation.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationplaneCreate
(
ProSelection reference
/* (In)
The datum plane to use as the annotation plane, or an annotation whose plane should be used for the annotation plane.
*/
ProVector direction
/* (In)
The viewing direction of the annotation plane. Pass NULL when copying an annotation plane from another annotation.
*/
/* (Out)
The annotation plane handle.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Invalid combination of the planar surface and the direction vector.
See Also
Sample Code References
這是否有幫助?