GeometricConstraints3D.AddGround Method
Parent Object: GeometricConstraints3DDescription
Method that creates a new ground constraint on the input sketch entity. This method will fail if the constraint overconstrains the sketch.
Syntax
GeometricConstraints3D.AddGround( Entity As SketchEntity3D ) As GroundConstraint3DParameters
Name | Type | Description |
Entity | SketchEntity3D | SketchEntity3D object that specifies the entity to ground. |