get_object_type method

get_object_type(self, node)

Gets the model type for specified node.

Returns

3MF’s object type for given node


def get_object_type(self, node):
    ...
ParameterTypeDescription
nodeNode

See Also