Skip to main content

RemoveFromGizmo

RemoveFromGizmo [flags][keyword = value]

The RemoveFromGizmo operation removes the specified object from the specified list and optionally performs an update.

Flags

/N=gizmoNameApply the command to a specific Gizmo window.
/U=modeDetermines 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.
/ZNo error reporting.

Keywords

attribute=attrNameRemoves 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=dispNameRemoves 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=nRemoves zero-based item number n from the display list.
object=objNameRemoves 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