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