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