public interface GeometryData extends IdEObject
The following features are supported:
GeometryPackage.getGeometryData()| Modifier and Type | Method and Description |
|---|---|
byte[] |
getIndices()
Returns the value of the 'Indices' attribute.
|
byte[] |
getMaterialIndices()
Returns the value of the 'Material Indices' attribute.
|
byte[] |
getMaterials()
Returns the value of the 'Materials' attribute.
|
byte[] |
getNormals()
Returns the value of the 'Normals' attribute.
|
byte[] |
getVertices()
Returns the value of the 'Vertices' attribute.
|
void |
setIndices(byte[] value)
Sets the value of the '
Indices' attribute. |
void |
setMaterialIndices(byte[] value)
Sets the value of the '
Material Indices' attribute. |
void |
setMaterials(byte[] value)
Sets the value of the '
Materials' attribute. |
void |
setNormals(byte[] value)
Sets the value of the '
Normals' attribute. |
void |
setVertices(byte[] value)
Sets the value of the '
Vertices' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removebyte[] getIndices()
If the meaning of the 'Indices' attribute isn't clear, there really should be more of a description here...
setIndices(byte[]),
GeometryPackage.getGeometryData_Indices()void setIndices(byte[] value)
Indices' attribute.
value - the new value of the 'Indices' attribute.getIndices()byte[] getVertices()
If the meaning of the 'Vertices' attribute isn't clear, there really should be more of a description here...
setVertices(byte[]),
GeometryPackage.getGeometryData_Vertices()void setVertices(byte[] value)
Vertices' attribute.
value - the new value of the 'Vertices' attribute.getVertices()byte[] getNormals()
If the meaning of the 'Normals' attribute isn't clear, there really should be more of a description here...
setNormals(byte[]),
GeometryPackage.getGeometryData_Normals()void setNormals(byte[] value)
Normals' attribute.
value - the new value of the 'Normals' attribute.getNormals()byte[] getMaterials()
If the meaning of the 'Materials' attribute isn't clear, there really should be more of a description here...
setMaterials(byte[]),
GeometryPackage.getGeometryData_Materials()void setMaterials(byte[] value)
Materials' attribute.
value - the new value of the 'Materials' attribute.getMaterials()byte[] getMaterialIndices()
If the meaning of the 'Material Indices' attribute isn't clear, there really should be more of a description here...
setMaterialIndices(byte[]),
GeometryPackage.getGeometryData_MaterialIndices()void setMaterialIndices(byte[] value)
Material Indices' attribute.
value - the new value of the 'Material Indices' attribute.getMaterialIndices()Copyright © 2016 OpenSource BIM. All rights reserved.