get_element method
get_element(self, type)
Gets a vertex element with specified type
Returns
VertexElement instance if found, otherwise null will be returned.
def get_element(self, type):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.threed.entities.VertexElementType | which vertex element type to find |
See Also
- module
aspose.threed.entities - class
Mesh - class
VertexElement