RemoveFromGizmo [flags][keyword = value]
The RemoveFromGizmo operation removes the specified object from the specified list and optionally performs an update.
Flags
| |
|---|
| /N=gizmoName | Apply the command to a specific Gizmo window. |
| /U=mode | Determines if an update is performed. |
| | mode=0: | Performs a silent update mostly during idle events. | | mode=1: | Checks if any object needs updating or if the rotation changed and updates only if necessary. | | mode=2: | Forces immediate update that includes reloading all the waves, finding the minima and maxima, computing their scale factors and redrawing the associated objects. |
|
| /Z | No error reporting. |
Keywords
| |
|---|
| attribute=attrName | Removes an attribute specified by attrName from the attribute list. |
| Removing an attribute from the attribute list also removes all instances of the attribute in the object list and display list. |
| displayItem=dispName | Removes the named display list item. If the item is an object, all its instances are removed from the display list but it is not removed from the object list. |
| displayItemNumber=n | Removes zero-based item number n from the display list. |
| object=objName | Removes the named object from the object list. |
| Removing an item from the object list also removes all instances of the item from the display list. |
See Also
3D Graphics, NewGizmo, ModifyGizmo, AppendToGizmo, ExportGizmo, GetGizmo, GizmoInfo