Documentação da API > 3D drawings and annotations > Object ProAnnotationplane > Function ProAnnotationplaneFlatToScreenCreate
Function ProAnnotationplaneFlatToScreenCreate
Description
Returns the annnotation plane item representing a flat-to-screen annotation in the model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationplaneFlatToScreenCreate
(
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
*/
/* (Out)
The annotation plane.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
See Also
User Guide References
Isto foi útil?