Creates a new coincident constraint between two entities. The first argument is a sketch point. The second argument is a sketch curve or point.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
Type | Description |
CoincidentConstraint | Returns the newly created CoincidentConstraint object or null if the creation failed. |
Name | Type | Description |
point | SketchPoint | The SketchPoint that will be made coincident. |
entity | SketchEntity | The SketchPoint or sketch curve that the point will be made coincident to. |
Name | Description |
GeometricConstraints.addCoincident | Demonstrates the GeometricConstraints.addCoincident method. |