ProfileCurve.createForAssemblyContext Method
Parent Object:
ProfileCurveDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/ProfileCurve.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. Returns null if this isn't the NativeObject.
Syntax
"profileCurve_var" is a variable referencing a ProfileCurve object.returnValue = profileCurve_var.createForAssemblyContext(occurrence)
|
"profileCurve_var" is a variable referencing a ProfileCurve object.
#include <Fusion/Sketch/ProfileCurve.h>
returnValue = profileCurve_var->createForAssemblyContext(occurrence);
|
Return Value
ProfileCurve |
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