Description:
Deletes a collection of objects from the document.
Description:
Deletes objref.Object(). The deletion can be undone by calling UndeleteObject().
Parameters:
- objref
- Type: ObjRef
- objref.Object() will be deleted.
- quiet
- Type: bool
- If false, a message box will appear when an object cannot be deleted.
- ignoreModes
- Type: bool
- If true, locked and hidden objects are deleted. If False objects that are locked, hidden, or on locked or hidden layers are not deleted.
Returns:
Type: bool
True on success, False on failure.
Available since:
6.0
Description:
Deletes objref.Object(). The deletion can be undone by calling UndeleteObject().
Description:
Deletes an object, taking into account modes and not showing error message boxes.
Syntax:
Parameters:
- item
- Type: RhinoObject
- The object to delete.
Returns:
Type: bool
True on success.
Available since:
6.0
Description:
Deletes object from document. The deletion can be undone by calling UndeleteObject().
Syntax:
Parameters:
- obj
- Type: RhinoObject
- The object to delete.
- quiet
- Type: bool
- If false, a message box will appear when an object cannot be deleted.
- ignoreModes
- Type: bool
- If true, locked and hidden objects are deleted. If False objects that are locked, hidden, or on locked or hidden layers are not deleted.
Returns:
Type: bool
True on success, False on failure.
Available since:
6.0
Description:
Deletes object from document. The deletion can be undone by calling UndeleteObject().
Syntax:
Parameters:
- obj
- Type: RhinoObject
- The object to delete.
- quiet
- Type: bool
- If false, a message box will appear when an object cannot be deleted.
Returns:
Type: bool
True on success, False on failure.
Available since:
5.0
Description:
Deletes object from document. The deletion can be undone by calling UndeleteObject().