public class Polygon3D extends Object
| Modifier and Type | Field and Description |
|---|---|
LinkedList<Edge3D> |
edges |
LinkedList<Polygon3D> |
innerPolygon |
Normal |
normal |
Layer |
ofLayer |
Plane |
onPlane |
| Constructor and Description |
|---|
Polygon3D() |
| Modifier and Type | Method and Description |
|---|---|
void |
Correct(ModelGeometry model) |
Edge3D |
EdgeAt(int index) |
int |
SortEdges() |
public LinkedList<Edge3D> edges
public Normal normal
public LinkedList<Polygon3D> innerPolygon
public Plane onPlane
public Layer ofLayer
public Edge3D EdgeAt(int index)
public void Correct(ModelGeometry model)
public int SortEdges()
Copyright © 2019 OpenSource BIM. All rights reserved.