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 Tool3D
InterfaceDisplayPanel. getCurrentTool3D()
-
Uses of Tool3D in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as Tool3D Modifier and Type Field Description Tool3D
InterfaceGraphic3D. currentTool
Tool3D
InterfaceGraphic3D. defaultTool
Methods in mgui.interfaces.graphics that return Tool3D Modifier and Type Method Description Tool3D
InterfaceGraphic3D. getCurrentTool()
Methods in mgui.interfaces.graphics with parameters of type Tool3D Modifier and Type Method Description boolean
InterfaceGraphic3D. setCurrentTool(Tool3D thisTool)
boolean
InterfaceGraphic3D. setDefaultTool(Tool3D tool)
-
Uses of Tool3D in mgui.interfaces.tools.graphics
Subclasses of Tool3D in mgui.interfaces.tools.graphics Modifier and Type Class Description class
ToolMouseOrbit3D
Tool 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 Tool3D
Tool3D. previous_tool
-
Uses of Tool3D in mgui.interfaces.tools.shapes
Subclasses of Tool3D in mgui.interfaces.tools.shapes Modifier and Type Class Description class
ToolQueryShape3D
Tool allowing point-and-click vertex-wise querying of 3D objects, for a InterfaceGraphic3D window.class
ToolSelectMeshBoundaryNodes
class
ToolSelectNodesWithPolygon
Tool specifies options with a dialog and then calls an inner class instance of Tool3D to allow the user to select nodes on the Canvas3D.class
ToolSelectRegionBoundaryNodes
Tool selects region boundary nodes of a mesh region (defined by its vertex values) based upon a vertex selected by a mouse click.class
ToolSelectShape3D
3D tool for selecting/deselcting shapes.