get_shape method

get_shape(name)

Gets the element at the specified name.

Returns

def get_shape(self, name):
    ...
ParameterTypeDescription
namestr

get_shape(id)

Gets the element at the specified ID.

Returns

def get_shape(self, id):
    ...
ParameterTypeDescription
idint

See Also