set_object_model_state# Modeler2D.set_object_model_state(assignment, model=True)[source]# Set a list of objects to either models or non-models. Parameters: assignmentlistList of objects IDs or names. modelbool, optionalWhether to set the objects as models. The default is True. If False, the objects are set as non-models. Returns: boolTrue when successful, False when failed. References >>> oEditor.ChangeProperty