BRepLump.createForAssemblyContext Method
Parent Object:
BRepLumpDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepLump.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
"bRepLump_var" is a variable referencing a BRepLump object.returnValue = bRepLump_var.createForAssemblyContext(occurrence)
|
"bRepLump_var" is a variable referencing a BRepLump object.
#include <Fusion/BRep/BRepLump.h>
returnValue = bRepLump_var->createForAssemblyContext(occurrence);
|
Return Value
BRepLump |
Returns the new BrepLump 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