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.
"meshBody_var" is a variable referencing a MeshBody object.
|
"meshBody_var" is a variable referencing a MeshBody object.
|
Type | Description |
MeshBody | Returns the proxy for the occurrence in the context of the specified occurrence. Returns null if it failed. |
Name | Type | Description |
occurrence | Occurrence | The occurrence that represents the context you want to create this proxy in. |