UntrimFeature.createForAssemblyContext Method
Parent Object:
UntrimFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/UntrimFeature.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
"untrimFeature_var" is a variable referencing a UntrimFeature object.returnValue = untrimFeature_var.createForAssemblyContext(occurrence)
|
"untrimFeature_var" is a variable referencing a UntrimFeature object.
#include <Fusion/Features/UntrimFeature.h>
returnValue = untrimFeature_var->createForAssemblyContext(occurrence);
|
Return Value
UntrimFeature |
Returns the proxy object or null if this is not the NativeObject. |
Parameters
occurrence |
Occurrence |
The occurrence that defines the context to create the proxy in. |
Version
Introduced in version January 2021