AnnotationPlaneDefinition.ModelToAnnotationPlane Method
Parent Object: AnnotationPlaneDefinitionDescription
Method that takes a 3d coordinate in model space, projects it onto the annotation plane along the normal of the plane and returns a Point2d object containing the resulting coordinate point in annotation plane space.
Syntax
AnnotationPlaneDefinition.ModelToAnnotationPlane( ModelCoordinate As Point ) As Point2dParameters
Name | Type | Description |
ModelCoordinate | Point | Input Point object defining the 3d coordinate in model space. |