| Constructor and Description |
|---|
SGeometryInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getArea() |
long |
getDataId() |
SVector3f |
getMaxBounds() |
SVector3f |
getMinBounds() |
long |
getOid() |
Integer |
getPrimitiveCount() |
int |
getRid() |
SClass |
getSClass() |
Integer |
getStartIndex() |
Integer |
getStartVertex() |
byte[] |
getTransformation() |
double |
getVolume() |
int |
hashCode() |
void |
setArea(double area) |
void |
setDataId(long dataId) |
void |
setMaxBounds(SVector3f maxBounds) |
void |
setMinBounds(SVector3f minBounds) |
void |
setOid(long oid) |
void |
setPrimitiveCount(Integer primitiveCount) |
void |
setRid(int rid) |
static void |
setSClass(SClass sClass) |
void |
setStartIndex(Integer startIndex) |
void |
setStartVertex(Integer startVertex) |
void |
setTransformation(byte[] transformation) |
void |
setVolume(double volume) |
Object |
sGet(SField sField) |
void |
sSet(SField sField,
Object val) |
public static void setSClass(SClass sClass)
public SVector3f getMinBounds()
public void setMinBounds(SVector3f minBounds)
public SVector3f getMaxBounds()
public void setMaxBounds(SVector3f maxBounds)
public Integer getStartVertex()
public void setStartVertex(Integer startVertex)
public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
public Integer getPrimitiveCount()
public void setPrimitiveCount(Integer primitiveCount)
public long getDataId()
public void setDataId(long dataId)
public byte[] getTransformation()
public void setTransformation(byte[] transformation)
public double getArea()
public void setArea(double area)
public double getVolume()
public void setVolume(double volume)
Copyright © 2016 OpenSource BIM. All rights reserved.