| Constructor and Description |
|---|
SGeometryData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getIndices() |
byte[] |
getMaterialIndices() |
byte[] |
getMaterials() |
byte[] |
getNormals() |
long |
getOid() |
int |
getRid() |
SClass |
getSClass() |
byte[] |
getVertices() |
int |
hashCode() |
void |
setIndices(byte[] indices) |
void |
setMaterialIndices(byte[] materialIndices) |
void |
setMaterials(byte[] materials) |
void |
setNormals(byte[] normals) |
void |
setOid(long oid) |
void |
setRid(int rid) |
static void |
setSClass(SClass sClass) |
void |
setVertices(byte[] vertices) |
Object |
sGet(SField sField) |
void |
sSet(SField sField,
Object val) |
public static void setSClass(SClass sClass)
public byte[] getIndices()
public void setIndices(byte[] indices)
public byte[] getVertices()
public void setVertices(byte[] vertices)
public byte[] getNormals()
public void setNormals(byte[] normals)
public byte[] getMaterials()
public void setMaterials(byte[] materials)
public byte[] getMaterialIndices()
public void setMaterialIndices(byte[] materialIndices)
Copyright © 2016 OpenSource BIM. All rights reserved.