Uses of Class
mgui.geometry.polygon.PolygonFunctions.PolyDirection
Package | Description |
---|---|
mgui.geometry.polygon |
Provides classes for operating on 2D and 3D polygon shapes.
|
-
Uses of PolygonFunctions.PolyDirection in mgui.geometry.polygon
Methods in mgui.geometry.polygon that return PolygonFunctions.PolyDirection Modifier and Type Method Description static PolygonFunctions.PolyDirection
PolygonFunctions.PolyDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolygonFunctions.PolyDirection[]
PolygonFunctions.PolyDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.geometry.polygon with parameters of type PolygonFunctions.PolyDirection 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.