public class OuterAreaServicePlugin.Edge3D extends Object implements Comparable<OuterAreaServicePlugin.Edge3D>
| Modifier and Type | Field and Description |
|---|---|
OuterAreaServicePlugin.Corner3D[] |
corner |
| Constructor and Description |
|---|
Edge3D(OuterAreaServicePlugin.Corner3D _p1,
OuterAreaServicePlugin.Corner3D _p2) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OuterAreaServicePlugin.Edge3D o) |
boolean |
equals(Object obj) |
float |
getLength() |
int |
hashCode() |
boolean |
lessThan(OuterAreaServicePlugin.Edge3D o) |
boolean |
moreThan(OuterAreaServicePlugin.Edge3D o) |
public OuterAreaServicePlugin.Corner3D[] corner
public Edge3D(OuterAreaServicePlugin.Corner3D _p1, OuterAreaServicePlugin.Corner3D _p2)
public float getLength()
public int compareTo(OuterAreaServicePlugin.Edge3D o)
compareTo in interface Comparable<OuterAreaServicePlugin.Edge3D>public boolean lessThan(OuterAreaServicePlugin.Edge3D o)
public boolean moreThan(OuterAreaServicePlugin.Edge3D o)
Copyright © 2019 OpenSource BIM. All rights reserved.