MeshBody.createForAssemblyContext Method
Parent Object:
MeshBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/MeshBody/MeshBody.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. Fails if this object is not the NativeObject.
Syntax
"meshBody_var" is a variable referencing a MeshBody object.returnValue = meshBody_var.createForAssemblyContext(occurrence)
|
"meshBody_var" is a variable referencing a MeshBody object.
#include <Fusion/MeshBody/MeshBody.h>
returnValue = meshBody_var->createForAssemblyContext(occurrence);
|
Return Value
MeshBody |
Returns the proxy for the occurrence in the context of the specified occurrence. Returns null if it failed. |
Parameters
occurrence |
Occurrence |
The occurrence that represents the context you want to create this proxy in. |
Version
Introduced in version August 2014