SketchBlockDefinition.ModelToSketchSpace Method
Parent Object: SketchBlockDefinitionDescription
Method that takes a 3D coordinate in model space, projects it onto the sketch plane along the normal of the plane and returns a Point2d object containing the resulting coordinate point in sketch space.
Syntax
SketchBlockDefinition.ModelToSketchSpace( ModelCoordinate As Point ) As Point2dParameters
Name | Type | Description |
ModelCoordinate | Point | Input Point that specifies the point in model space to be transformed into sketch space. |