public class Geometry extends Object
| Constructor and Description |
|---|
Geometry(InputStream inputStream,
long oidToUse) |
| Modifier and Type | Method and Description |
|---|---|
IntBuffer |
getIndices() |
float |
getMaxX() |
float |
getMaxY() |
float |
getMaxZ() |
float |
getMinX() |
float |
getMinY() |
float |
getMinZ() |
FloatBuffer |
getNormals() |
FloatBuffer |
getVertices() |
public Geometry(InputStream inputStream, long oidToUse) throws IOException
IOExceptionpublic float getMaxX()
public float getMaxY()
public float getMaxZ()
public float getMinX()
public float getMinY()
public float getMinZ()
public IntBuffer getIndices()
public FloatBuffer getVertices()
public FloatBuffer getNormals()
Copyright © 2016 OpenSource BIM. All rights reserved.