GeometricConstraints.AddGround Method
Parent Object: GeometricConstraintsDescription
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 GroundConstraintParameters
Name | Type | Description |
Entity | SketchEntity | Input sketch entity. |
Samples
Name | Description |
Sketch Spline | This sample demonstrates creating and manipulating a sketch spline. |