Share

GeometricConstraints3D.AddGround Method

Parent Object: GeometricConstraints3D

Description

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 GroundConstraint3D

Parameters

Name Type Description
Entity SketchEntity3D SketchEntity3D object that specifies the entity to ground.

Version

Introduced in version 11

Was this information helpful?