public class GeoModel3D extends Geometry3D
| Modifier and Type | Field and Description |
|---|---|
BoundingBox3D |
boundingBox
The Bounding Box of the model.
|
byte[] |
model |
| Constructor and Description |
|---|
GeoModel3D() |
GeoModel3D(GeoModel3D geoModel3D)
Initializes a new instance identical to the given GeoGraphicObject2D object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified object is equal to the current
Geometry3D object. |
int |
hashCode()
Get the hash code value of
Geometry3D object |
equals, fromPoint2D, fromPoint2Ds, fromPoint2Ds, fromRect2D, getBounds, getCenter, isGeometryCAD, isPointInPolygon, setCenterpublic BoundingBox3D boundingBox
The Bounding Box of the model.
public byte[] model
public GeoModel3D()
public GeoModel3D(GeoModel3D geoModel3D)
Initializes a new instance identical to the given GeoGraphicObject2D object.
geoGraphicObject - the given GeoGraphicObject2D objectpublic boolean equals(java.lang.Object obj)
Geometry3DDetermines whether the specified object is equal to the current Geometry3D object.
equals in class Geometry3Dobj - the Java object to compare with this object.public int hashCode()
Geometry3DGet the hash code value of Geometry3D object
hashCode in class Geometry3D