GeometricConstraints.addCoincidentToSurface Method
Parent Object:
GeometricConstraintsDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/GeometricConstraints.h>
Description
Creates a new coincident constraint between the sketch point and surface. This forces the point to lie on the surface.
Syntax
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.returnValue = geometricConstraints_var.addCoincidentToSurface(point, surface)
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
#include <Fusion/Sketch/GeometricConstraints.h>
returnValue = geometricConstraints_var->addCoincidentToSurface(point, surface);
|
Return Value
Parameters
point |
SketchPoint |
The SketchPoint to constrain to the surface. |
surface |
Base |
The BRepFace or ConstructionPlane the point will be coincident to. |
Version
Introduced in version September 2023