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 booleanInterfaceShape. 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 classShapeSummaryQueryExtension ofInterfaceShapeQueryto 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 booleanInterfaceShapeQueryObject. queryShapeAtVertex(int node, InterfaceShapeQuery query)Updatesquerywith 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 InterfaceShapeQueryToolQueryShape2D. current_queryprotected InterfaceShapeQueryToolQueryShape3D. current_queryConstructors 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)