public interface Density extends IdEObject
The following features are supported:
StorePackage.getDensity()| Modifier and Type | Method and Description |
|---|---|
float |
getDensity()
Returns the value of the 'Density' attribute.
|
long |
getGeometryInfoId()
Returns the value of the 'Geometry Info Id' attribute.
|
long |
getTrianglesAbove()
Returns the value of the 'Triangles Above' attribute.
|
long |
getTrianglesBelow()
Returns the value of the 'Triangles Below' attribute.
|
String |
getType()
Returns the value of the 'Type' attribute.
|
float |
getVolume()
Returns the value of the 'Volume' attribute.
|
void |
setDensity(float value)
Sets the value of the '
Density' attribute. |
void |
setGeometryInfoId(long value)
Sets the value of the '
Geometry Info Id' attribute. |
void |
setTrianglesAbove(long value)
Sets the value of the '
Triangles Above' attribute. |
void |
setTrianglesBelow(long value)
Sets the value of the '
Triangles Below' attribute. |
void |
setType(String value)
Sets the value of the '
Type' attribute. |
void |
setVolume(float value)
Sets the value of the '
Volume' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
StorePackage.getDensity_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()long getGeometryInfoId()
If the meaning of the 'Geometry Info Id' attribute isn't clear, there really should be more of a description here...
setGeometryInfoId(long),
StorePackage.getDensity_GeometryInfoId()void setGeometryInfoId(long value)
Geometry Info Id' attribute.
value - the new value of the 'Geometry Info Id' attribute.getGeometryInfoId()long getTrianglesBelow()
If the meaning of the 'Triangles Below' attribute isn't clear, there really should be more of a description here...
setTrianglesBelow(long),
StorePackage.getDensity_TrianglesBelow()void setTrianglesBelow(long value)
Triangles Below' attribute.
value - the new value of the 'Triangles Below' attribute.getTrianglesBelow()long getTrianglesAbove()
If the meaning of the 'Triangles Above' attribute isn't clear, there really should be more of a description here...
setTrianglesAbove(long),
StorePackage.getDensity_TrianglesAbove()void setTrianglesAbove(long value)
Triangles Above' attribute.
value - the new value of the 'Triangles Above' attribute.getTrianglesAbove()float getVolume()
If the meaning of the 'Volume' attribute isn't clear, there really should be more of a description here...
setVolume(float),
StorePackage.getDensity_Volume()void setVolume(float value)
Volume' attribute.
value - the new value of the 'Volume' attribute.getVolume()float getDensity()
If the meaning of the 'Density' attribute isn't clear, there really should be more of a description here...
setDensity(float),
StorePackage.getDensity_Density()void setDensity(float value)
Density' attribute.
value - the new value of the 'Density' attribute.getDensity()Copyright © 2018 OpenSource BIM. All rights reserved.