Share

SketchPoint.MoveTo Method

Parent Object: SketchPoint

Description

Method that moves the sketch point to an explicit X-Y location. Movement of a sketch point is limited by the constraints currently defined on the sketch. If a sketch is partially constrained it will perform the move within the range allowed by the constraints. Because of this, the result of a move may not always be exactly what was specified.

Syntax

SketchPoint.MoveTo( Point As Point2d )

Parameters

Name Type Description
Point Point2d Input object that defines the new position of the sketch point.

Samples

Name Description
Sketch Spline This sample demonstrates creating and manipulating a sketch spline.

Version

Introduced in version 5

Was this information helpful?