Uses of Class
mgui.interfaces.shapes.SectionSet3DInt
Package | Description |
---|---|
mgui.geometry.polygon |
Provides classes for operating on 2D and 3D polygon shapes.
|
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.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.mesh | |
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.util | |
mgui.interfaces.tools.shapes | |
mgui.io.domestic.shapes | |
mgui.io.domestic.shapes.xml | |
mgui.io.standard.xml.svg | |
mgui.morph.sections |
-
Uses of SectionSet3DInt in mgui.geometry.polygon
Methods in mgui.geometry.polygon with parameters of type SectionSet3DInt Modifier and Type Method Description static void
PolygonFunctions. setPolygonDirections(SectionSet3DInt polygons, PolygonFunctions.PolyDirection direction)
Sets the polygon direction of each polygon inpolygons
to the specified direction. -
Uses of SectionSet3DInt in mgui.interfaces
Methods in mgui.interfaces that return SectionSet3DInt Modifier and Type Method Description SectionSet3DInt
InterfaceDisplayPanel. getCurrentSectionSet()
Methods in mgui.interfaces with parameters of type SectionSet3DInt Modifier and Type Method Description void
InterfaceDisplayPanel. setCurrentSection(SectionSet3DInt thisSect, int section)
void
InterfaceDisplayPanel. setCurrentSectionSet(SectionSet3DInt thisSet)
-
Uses of SectionSet3DInt in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as SectionSet3DInt Modifier and Type Field Description SectionSet3DInt
InterfaceGraphic2D. currentSections
Methods in mgui.interfaces.graphics that return SectionSet3DInt Modifier and Type Method Description SectionSet3DInt
InterfaceGraphic2D. getCurrentSectionSet()
Sets the current section set for this graphic object.Methods in mgui.interfaces.graphics with parameters of type SectionSet3DInt Modifier and Type Method Description void
InterfaceGraphic2D. setCurrentSectionSet(SectionSet3DInt set)
-
Uses of SectionSet3DInt in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as SectionSet3DInt Modifier and Type Field Description protected SectionSet3DInt
ShapeSet2DInt. parent_section_set
SectionSet3DInt
Shape2DSectionNode. section_set
Methods in mgui.interfaces.shapes that return SectionSet3DInt Modifier and Type Method Description SectionSet3DInt
Shape2DSelectionSet. getFilteredSectionSet(SectionSet3DInt sectSet)
SectionSet3DInt
SectionSet3DInt. getInitSectionSet()
Methods in mgui.interfaces.shapes with parameters of type SectionSet3DInt Modifier and Type Method Description void
SectionSet3DInt. addUnionSet(SectionSet3DInt uSet, boolean init)
SectionSet3DInt
Shape2DSelectionSet. getFilteredSectionSet(SectionSet3DInt sectSet)
Shape2DSectionNode
ShapeSet2DInt. getShapeSectionNode(SectionSet3DInt set, int section)
void
SectionSet3DInt. setFromSectionSet(SectionSet3DInt thisSet)
void
ShapeSet2DInt. setShapeSceneNode(SectionSet3DInt s, int section)
void
ShapeSet2DInt. setShapeSceneNode(SectionSet3DInt s, int section, boolean update)
void
ShapeSet2DInt. setShapeSceneNode(SectionSet3DInt s, int section, boolean update, ShapeSelectionSet filter)
void
ShapeSet2DInt. setShapeSectionNode(SectionSet3DInt set, int section)
Constructors in mgui.interfaces.shapes with parameters of type SectionSet3DInt Constructor Description SectionSet2DInt(SectionSet3DInt parent, Plane3D plane)
Shape2DSectionNode(SectionSet3DInt set, int sect, ShapeSet2DInt thisShape)
-
Uses of SectionSet3DInt in mgui.interfaces.shapes.mesh
Fields in mgui.interfaces.shapes.mesh declared as SectionSet3DInt Modifier and Type Field Description SectionSet3DInt
MeshPlaneMaskOptions. section_set
-
Uses of SectionSet3DInt in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection that return SectionSet3DInt Modifier and Type Method Description SectionSet3DInt
ShapeSelectionSet. getFilteredSectionSet(SectionSet3DInt sectSet)
Returns a section set which is sectSet, filtered by this selection setMethods in mgui.interfaces.shapes.selection with parameters of type SectionSet3DInt Modifier and Type Method Description SectionSet3DInt
ShapeSelectionSet. getFilteredSectionSet(SectionSet3DInt sectSet)
Returns a section set which is sectSet, filtered by this selection set -
Uses of SectionSet3DInt in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util with parameters of type SectionSet3DInt Modifier and Type Method Description void
ClipPlane. setFromSectionSet(SectionSet3DInt set, int section)
void
SectionSetIterator. setSectionSet(SectionSet3DInt thisSet)
Constructors in mgui.interfaces.shapes.util with parameters of type SectionSet3DInt Constructor Description SectionSetIterator(SectionSet3DInt thisSet)
-
Uses of SectionSet3DInt in mgui.interfaces.tools.shapes
Fields in mgui.interfaces.tools.shapes declared as SectionSet3DInt Modifier and Type Field Description SectionSet3DInt
ToolGetConvexHull2DOptions. section_set
SectionSet3DInt
ToolCreateMeshFromPolylinesOptions. source_set
-
Uses of SectionSet3DInt in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes declared as SectionSet3DInt Modifier and Type Field Description SectionSet3DInt
PointSet2DInputOptions. section_set
-
Uses of SectionSet3DInt in mgui.io.domestic.shapes.xml
Fields in mgui.io.domestic.shapes.xml declared as SectionSet3DInt Modifier and Type Field Description protected SectionSet3DInt
SectionSet3DXMLHandler. section_set
Methods in mgui.io.domestic.shapes.xml that return SectionSet3DInt Modifier and Type Method Description SectionSet3DInt
SectionSet3DXMLHandler. getSectionSet()
-
Uses of SectionSet3DInt in mgui.io.standard.xml.svg
Fields in mgui.io.standard.xml.svg declared as SectionSet3DInt Modifier and Type Field Description SectionSet3DInt
SVGInputOptions. sectionSet
Methods in mgui.io.standard.xml.svg with parameters of type SectionSet3DInt Modifier and Type Method Description void
SVGFileInterface. getSection3DShapes(SectionSet3DInt thisSet, int section)
-
Uses of SectionSet3DInt in mgui.morph.sections
Subclasses of SectionSet3DInt in mgui.morph.sections Modifier and Type Class Description class
MorphSections3DInt
Class representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.Fields in mgui.morph.sections declared as SectionSet3DInt Modifier and Type Field Description SectionSet3DInt
InterfaceMorphPanel. currentSet
SectionSet3DInt
InterfaceMorphPanel2. currentSet
SectionSet3DInt
InterfaceRadialRep. currentSet
SectionSet3DInt
InterfaceRadialRep2. currentSet
SectionSet3DInt
MorphSections3DInt. parentSet
Methods in mgui.morph.sections that return SectionSet3DInt Modifier and Type Method Description SectionSet3DInt
MorphEngine. getCornerPoints(SectionSet3DInt sections)
SectionSet3DInt
MorphSections3DInt. getInitSectionSet()
SectionSet3DInt
MorphEngine. getMorphSections(SectionSet3DInt sections, double weight_thres)
SectionSet3DInt
MorphEngine. getPolygonSet(SectionSet3DInt sections)
SectionSet3DInt
MorphEngine. getSubsections(java.util.ArrayList<MappedPolygon2DPath> paths, int iters, AttributeList attr)
Given a set of mapped polygons, generatenew subsections for each section s, which morph from polygon i to polygon j. Methods in mgui.morph.sections with parameters of type SectionSet3DInt Modifier and Type Method Description SectionSet3DInt
MorphEngine. getCornerPoints(SectionSet3DInt sections)
java.util.ArrayList<MappedPolygon2DPath>
MorphEngine. getMappedPolygons(SectionSet3DInt polySet, double weight_thres)
java.util.ArrayList<MappedPolygon2DPath>
MorphEngine. getMappedPolygons(SectionSet3DInt polySet, double weight_thres, boolean mapMulti)
Maps the set of polygons inpolyset
between each neighbouring section.Mesh3DInt
MorphEngine. getMorphMesh(SectionSet3DInt morphSections, double weight_thres)
Given a set of sections, map nodes using radial rep and then triangulate between sections based upon this mapping, and each polygon's direction (CW or CCW)SectionSet3DInt
MorphEngine. getMorphSections(SectionSet3DInt sections, double weight_thres)
SectionSet3DInt
MorphEngine. getPolygonSet(SectionSet3DInt sections)
void
MorphSections3DInt. setFromSectionSet(SectionSet3DInt thisSet)
void
MorphSections3DInt. setParent(SectionSet3DInt parent, int iter)
Constructors in mgui.morph.sections with parameters of type SectionSet3DInt Constructor Description MorphSections3DInt(SectionSet3DInt parent, int iter)