SketchArc.createForAssemblyContext Method
Parent Object:
SketchArcDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchArc.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
"sketchArc_var" is a variable referencing a SketchArc object.returnValue = sketchArc_var.createForAssemblyContext(occurrence)
|
"sketchArc_var" is a variable referencing a SketchArc object.
#include <Fusion/Sketch/SketchArc.h>
returnValue = sketchArc_var->createForAssemblyContext(occurrence);
|
Return Value
SketchArc |
Returns the proxy object or null if this isn't the NativeObject. |
Parameters
occurrence |
Occurrence |
The occurrence that defines the context to create the proxy in. |
Version
Introduced in version August 2014