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