get_element method
get_element
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 | VertexElementType | which vertex element type to find |
See Also
- module
aspose.threed.entities
- class
Geometry
- class
VertexElement