Uses of Class
mgui.interfaces.tools.graphics.Tool3D
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
| mgui.interfaces.tools.graphics | |
| mgui.interfaces.tools.shapes |
-
Uses of Tool3D in mgui.interfaces
Methods in mgui.interfaces that return Tool3D Modifier and Type Method Description Tool3DInterfaceDisplayPanel. getCurrentTool3D() -
Uses of Tool3D in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as Tool3D Modifier and Type Field Description Tool3DInterfaceGraphic3D. currentToolTool3DInterfaceGraphic3D. defaultToolMethods in mgui.interfaces.graphics that return Tool3D Modifier and Type Method Description Tool3DInterfaceGraphic3D. getCurrentTool()Methods in mgui.interfaces.graphics with parameters of type Tool3D Modifier and Type Method Description booleanInterfaceGraphic3D. setCurrentTool(Tool3D thisTool)booleanInterfaceGraphic3D. setDefaultTool(Tool3D tool) -
Uses of Tool3D in mgui.interfaces.tools.graphics
Subclasses of Tool3D in mgui.interfaces.tools.graphics Modifier and Type Class Description classToolMouseOrbit3DTool to allow user to navigate a Graphic3D interface using the mouse.Fields in mgui.interfaces.tools.graphics declared as Tool3D Modifier and Type Field Description protected Tool3DTool3D. previous_tool -
Uses of Tool3D in mgui.interfaces.tools.shapes
Subclasses of Tool3D in mgui.interfaces.tools.shapes Modifier and Type Class Description classToolQueryShape3DTool allowing point-and-click vertex-wise querying of 3D objects, for a InterfaceGraphic3D window.classToolSelectMeshBoundaryNodesclassToolSelectNodesWithPolygonTool specifies options with a dialog and then calls an inner class instance of Tool3D to allow the user to select nodes on the Canvas3D.classToolSelectRegionBoundaryNodesTool selects region boundary nodes of a mesh region (defined by its vertex values) based upon a vertex selected by a mouse click.classToolSelectShape3D3D tool for selecting/deselcting shapes.