Uses of Class
mgui.interfaces.shapes.Mesh2DInt
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.util |
-
Uses of Mesh2DInt in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type Mesh2DInt Modifier and Type Method Description void
Mesh2DInt. merge(Mesh2DInt mesh)
-
Uses of Mesh2DInt in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util that return Mesh2DInt Modifier and Type Method Description static Mesh2DInt
ShapeFunctions. getIntersectionMesh(Mesh3D mesh, Plane3D plane)
Returns a Mesh2DInt object representing the intersection of the given 3D mesh with plane p.static Mesh2DInt
ShapeFunctions. getIntersectionMesh(Mesh3D mesh, Plane3D plane, java.util.ArrayList<MguiNumber> data, ColourMap cmap)
Returns a Mesh2DInt object representing the intersection of the given 3D mesh with plane p.