Uses of Class
mgui.interfaces.shapes.Polygon2DInt
| Package | Description |
|---|---|
| mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
| mgui.interfaces.shapes.util | |
| mgui.interfaces.tools.shapes |
-
Uses of Polygon2DInt in mgui.interfaces.shapes
Subclasses of Polygon2DInt in mgui.interfaces.shapes Modifier and Type Class Description classBoolPolygon2DIntclassIntPolygon2DIntclassLPolygon2DIntLight 2D polygon with no attributes (attributes are assignable)Constructors in mgui.interfaces.shapes with parameters of type Polygon2DInt Constructor Description BoolPolygon2DInt(Polygon2DInt thisPoly)IntPolygon2DInt(Polygon2DInt thisPoly) -
Uses of Polygon2DInt in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util that return Polygon2DInt Modifier and Type Method Description static Polygon2DIntShapeFunctions. getGroomedPolygon(Polygon2DInt thisPoly, float minLen, boolean blnMin, float maxLen, boolean blnMax, float minAngle)static Polygon2DIntShapeFunctions. getProjectedPolygon(Polygon3D polygon, Plane3D plane, float above_dist, float below_dist)Returns a 2D polygon in section coordinates representing the projection ofpolygonontoplane, within the specified clipping distances.static Polygon2DIntShapeFunctions. getProjectedPolygon(Polygon3D polygon, Plane3D plane, float above_dist, float below_dist, VertexDataColumn v_column)Returns a 2D polygon in section coordinates representing the projection ofpolygonontoplane, within the specified clipping distances.static Polygon2DIntShapeFunctions. getProjectedPolygon_bak(Polygon3D polygon, Plane3D plane, float above_dist, float below_dist, VertexDataColumn v_column)Returns a 2D polygon in section coordinates representing the projection ofpolygonontoplane, within the specified clipping distances.Methods in mgui.interfaces.shapes.util with parameters of type Polygon2DInt Modifier and Type Method Description static BoolPolygon2DIntShapeFunctions. getBoolCornerPoints(Polygon2DInt thePoly, double length_threshold, double angle_threshold)static Polygon2DIntShapeFunctions. getGroomedPolygon(Polygon2DInt thisPoly, float minLen, boolean blnMin, float maxLen, boolean blnMax, float minAngle)static IntPolygon2DIntShapeFunctions. getIntCornerPoints(Polygon2DInt thePoly, double length_threshold, double angle_threshold) -
Uses of Polygon2DInt in mgui.interfaces.tools.shapes
Fields in mgui.interfaces.tools.shapes declared as Polygon2DInt Modifier and Type Field Description protected Polygon2DIntToolCreatePolygon2D. thisPoly