get_shape_including_child method

get_shape_including_child(name)

Gets the element including it’s child shape at the specified name.

Returns

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

get_shape_including_child(id)

Gets the element including it’s child shape at the specified id.

Returns

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

See Also