Share

GeometricConstraints.AddGround Method

Parent Object: GeometricConstraints

Description

Method that creates a new ground constraint on the input sketch entity. This method will fail if the constraint overconstrains the sketch.

Syntax

GeometricConstraints.AddGround( Entity As SketchEntity ) As GroundConstraint

Parameters

Name Type Description
Entity SketchEntity Input sketch entity.

Samples

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

Version

Introduced in version 5

Was this information helpful?