RevolveFeature.createForAssemblyContext Method
Parent Object:
RevolveFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RevolveFeature.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
"revolveFeature_var" is a variable referencing a RevolveFeature object.returnValue = revolveFeature_var.createForAssemblyContext(occurrence)
|
"revolveFeature_var" is a variable referencing a RevolveFeature object.
#include <Fusion/Features/RevolveFeature.h>
returnValue = revolveFeature_var->createForAssemblyContext(occurrence);
|
Return Value
RevolveFeature |
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