Share

SketchBlockDefinitionProxy.SketchToModelSpace Method

Parent Object: SketchBlockDefinitionProxy

Description

Method that takes a 2D coordinate in sketch space, and returns a Point3d containing the coordinates of the point in model space.

Syntax

SketchBlockDefinitionProxy.SketchToModelSpace( SketchCoordinate As Point2d ) As Point

Parameters

Name Type Description
SketchCoordinate Point2d Input Point2d that specifies the 2d coordinate in sketch space.

Version

Introduced in version 2010

Was this information helpful?