union method
union
Calculate the union of two meshes
Returns
Result mesh
def union(self, a, b):
    ...
| Parameter | Type | Description | 
|---|---|---|
| a | Mesh | First mesh | 
| b | Mesh | Second mesh | 
See Also
- module 
aspose.threed.entities - class 
Mesh 
Calculate the union of two meshes
Result mesh
def union(self, a, b):
    ...
| Parameter | Type | Description | 
|---|---|---|
| a | Mesh | First mesh | 
| b | Mesh | Second mesh | 
aspose.threed.entitiesMesh