Overload List
| Name | Description | |
|---|---|---|
| Remove(String) |
Removes all the Cog3DVisionDataGraphicBase and Cog3DGeometryGraphicBase graphics
from the display from the specified group.
NOTE: when it removes a Cog3DVisionDataGraphicBase all of its associated geometry graphics
will be removed regardless of which group they are in.
| |
| Remove(Cog3DGeometryGraphicBase) |
Removes the given Cog3DGeometryGraphicBase from the display
| |
| Remove(Cog3DVisionDataGraphicBase) |
Removes the given Cog3DVisionDataGraphicBase from the display with all of its associated geometry graphics.
|
See Also