CoincidentConstraint.createForAssemblyContext Method
Parent Object:
CoincidentConstraintDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/CoincidentConstraint.h>
Description
Creates or returns a proxy for the native object - i.e. a new object that represents this object but adds the assembly context defined by the input occurrence.
Syntax
"coincidentConstraint_var" is a variable referencing a CoincidentConstraint object.returnValue = coincidentConstraint_var.createForAssemblyContext(occurrence)
|
"coincidentConstraint_var" is a variable referencing a CoincidentConstraint object.
#include <Fusion/Sketch/CoincidentConstraint.h>
returnValue = coincidentConstraint_var->createForAssemblyContext(occurrence);
|
Return Value
Parameters
occurrence |
Occurrence |
The occurrence that defines the context to create the proxy in. |
Version
Introduced in version August 2014