AnnotationPlaneDefinition.AnnotationPlaneToModel Method
Parent Object: AnnotationPlaneDefinitionDescription
Method that takes a 2d coordinate in annotation plane space, and returns a Point3d containing the coordinates of the point in model space.
Syntax
AnnotationPlaneDefinition.AnnotationPlaneToModel( AnnotationPlaneCoordinate As Point2d ) As PointParameters
Name | Type | Description |
AnnotationPlaneCoordinate | Point2d | Input Point2d object defining the 2d coordinate in annotation plane space. |