Share

AnnotationPlaneDefinition.ModelToAnnotationPlane Method

Parent Object: AnnotationPlaneDefinition

Description

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 Point2d

Parameters

Name Type Description
ModelCoordinate Point Input Point object defining the 3d coordinate in model space.

Version

Introduced in version 2018

Was this information helpful?