Uses of Class
mgui.geometry.Mesh3D.MeshFace3D
| Package | Description |
|---|---|
| mgui.geometry |
Provides 2D and 3D geometry representations and utilities for all shapes used in ModelGUI.
|
| mgui.geometry.mesh |
Provides classes representing and operating on 3D mesh shapes.
|
| mgui.io.foreign.amira | |
| mgui.io.foreign.wavefront |
-
Uses of Mesh3D.MeshFace3D in mgui.geometry
Methods in mgui.geometry that return Mesh3D.MeshFace3D Modifier and Type Method Description Mesh3D.MeshFace3DMesh3D. getFace(int i)Returns the face at indexi.Methods in mgui.geometry that return types with arguments of type Mesh3D.MeshFace3D Modifier and Type Method Description java.util.ArrayList<Mesh3D.MeshFace3D>Mesh3D. getFaces()Methods in mgui.geometry with parameters of type Mesh3D.MeshFace3D Modifier and Type Method Description voidMesh3D. addFace(Mesh3D.MeshFace3D face)Adds a face to this mesh.intMesh3D.MeshFace3D. compareTo(Mesh3D.MeshFace3D f2)booleanMesh3D.MeshFace3D. isAdjacent(Mesh3D.MeshFace3D face)Determines whetherfaceshares at least one edge (two vertices) with this face.Method parameters in mgui.geometry with type arguments of type Mesh3D.MeshFace3D Modifier and Type Method Description voidMesh3D. addFaces(java.util.ArrayList<Mesh3D.MeshFace3D> list)voidMesh3D. setFaces(java.util.ArrayList<Mesh3D.MeshFace3D> list)Constructors in mgui.geometry with parameters of type Mesh3D.MeshFace3D Constructor Description MeshFace3D(Mesh3D.MeshFace3D f) -
Uses of Mesh3D.MeshFace3D in mgui.geometry.mesh
Methods in mgui.geometry.mesh that return Mesh3D.MeshFace3D Modifier and Type Method Description static Mesh3D.MeshFace3DSortedMesh. getSortedFace(Mesh3D.MeshFace3D face)Methods in mgui.geometry.mesh with parameters of type Mesh3D.MeshFace3D Modifier and Type Method Description static Mesh3D.MeshFace3DSortedMesh. getSortedFace(Mesh3D.MeshFace3D face)static booleanMeshFunctions. isBadFace(Mesh3D.MeshFace3D face) -
Uses of Mesh3D.MeshFace3D in mgui.io.foreign.amira
Methods in mgui.io.foreign.amira with parameters of type Mesh3D.MeshFace3D Modifier and Type Method Description protected voidAmiraTractLoader. setFace(Mesh3D.MeshFace3D face, int coord, int val) -
Uses of Mesh3D.MeshFace3D in mgui.io.foreign.wavefront
Methods in mgui.io.foreign.wavefront that return Mesh3D.MeshFace3D Modifier and Type Method Description protected Mesh3D.MeshFace3DWavefrontSurfaceLoader. getFace(de.javagl.obj.ObjFace face)