Uses of Class
mgui.interfaces.shapes.queries.InterfaceShapeQuery
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.queries | |
mgui.interfaces.tools.shapes |
-
Uses of InterfaceShapeQuery in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type InterfaceShapeQuery Modifier and Type Method Description boolean
InterfaceShape. queryShapeAtVertex(int vertex, InterfaceShapeQuery query)
-
Uses of InterfaceShapeQuery in mgui.interfaces.shapes.queries
Subclasses of InterfaceShapeQuery in mgui.interfaces.shapes.queries Modifier and Type Class Description class
ShapeSummaryQuery
Extension ofInterfaceShapeQuery
to provide summary values for a shape, or a vertex selection within that shape.Methods in mgui.interfaces.shapes.queries with parameters of type InterfaceShapeQuery Modifier and Type Method Description boolean
InterfaceShapeQueryObject. queryShapeAtVertex(int node, InterfaceShapeQuery query)
Updatesquery
with information pertaining to the specifiedvertex
. -
Uses of InterfaceShapeQuery in mgui.interfaces.tools.shapes
Fields in mgui.interfaces.tools.shapes declared as InterfaceShapeQuery Modifier and Type Field Description protected InterfaceShapeQuery
ToolQueryShape2D. current_query
protected InterfaceShapeQuery
ToolQueryShape3D. current_query
Constructors in mgui.interfaces.tools.shapes with parameters of type InterfaceShapeQuery Constructor Description ToolQueryShape2D(InterfaceShapeQuery query)
ToolQueryShape2D(InterfaceShapeQuery.QueryMode mode, InterfaceShapeQuery query)
ToolQueryShape3D(InterfaceShapeQuery query)
ToolQueryShape3D(InterfaceShapeQuery.QueryMode mode, InterfaceShapeQuery query)