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):
    ...
ParameterTypeDescription
typeVertexElementTypewhich vertex element type to find

See Also