Creates a new coincident constraint between the sketch point and surface. This forces the point to lie on the surface.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| CoincidentToSurfaceConstraint | Returns the newly created CoincidentToSurfaceConstraint object or null if the creation failed. |
| Name | Type | Description |
| point | SketchPoint | The SketchPoint to constrain to the surface. |
| surface | Base | The BRepFace or ConstructionPlane the point will be coincident to. |