GeometricConstraints.addEqual Method
Parent Object:
GeometricConstraintsDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/GeometricConstraints.h>
Description
Creates a new equal constraint between two lines, or between arcs and circles.
Syntax
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.returnValue = geometricConstraints_var.addEqual(curveOne, curveTwo)
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
#include <Fusion/Sketch/GeometricConstraints.h>
returnValue = geometricConstraints_var->addEqual(curveOne, curveTwo);
|
Return Value
EqualConstraint |
Returns the newly created EqualConstraint object or null if the creation failed. |
Parameters
Samples
Version
Introduced in version August 2014