public interface GeometryInfo extends IdEObject
The following features are supported:
GeometryPackage.getGeometryInfo()| Modifier and Type | Method and Description |
|---|---|
double |
getArea()
Returns the value of the 'Area' attribute.
|
GeometryData |
getData()
Returns the value of the 'Data' reference.
|
Vector3f |
getMaxBounds()
Returns the value of the 'Max Bounds' reference.
|
Vector3f |
getMinBounds()
Returns the value of the 'Min Bounds' reference.
|
Integer |
getPrimitiveCount()
Returns the value of the 'Primitive Count' attribute.
|
Integer |
getStartIndex()
Returns the value of the 'Start Index' attribute.
|
Integer |
getStartVertex()
Returns the value of the 'Start Vertex' attribute.
|
byte[] |
getTransformation()
Returns the value of the 'Transformation' attribute.
|
double |
getVolume()
Returns the value of the 'Volume' attribute.
|
void |
setArea(double value)
Sets the value of the '
Area' attribute. |
void |
setData(GeometryData value)
Sets the value of the '
Data' reference. |
void |
setMaxBounds(Vector3f value)
Sets the value of the '
Max Bounds' reference. |
void |
setMinBounds(Vector3f value)
Sets the value of the '
Min Bounds' reference. |
void |
setPrimitiveCount(Integer value)
Sets the value of the '
Primitive Count' attribute. |
void |
setStartIndex(Integer value)
Sets the value of the '
Start Index' attribute. |
void |
setStartVertex(Integer value)
Sets the value of the '
Start Vertex' attribute. |
void |
setTransformation(byte[] value)
Sets the value of the '
Transformation' attribute. |
void |
setVolume(double value)
Sets the value of the '
Volume' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeVector3f getMinBounds()
If the meaning of the 'Min Bounds' reference isn't clear, there really should be more of a description here...
setMinBounds(Vector3f),
GeometryPackage.getGeometryInfo_MinBounds()void setMinBounds(Vector3f value)
Min Bounds' reference.
value - the new value of the 'Min Bounds' reference.getMinBounds()Vector3f getMaxBounds()
If the meaning of the 'Max Bounds' reference isn't clear, there really should be more of a description here...
setMaxBounds(Vector3f),
GeometryPackage.getGeometryInfo_MaxBounds()void setMaxBounds(Vector3f value)
Max Bounds' reference.
value - the new value of the 'Max Bounds' reference.getMaxBounds()Integer getStartVertex()
If the meaning of the 'Start Vertex' attribute isn't clear, there really should be more of a description here...
setStartVertex(Integer),
GeometryPackage.getGeometryInfo_StartVertex()void setStartVertex(Integer value)
Start Vertex' attribute.
value - the new value of the 'Start Vertex' attribute.getStartVertex()Integer getStartIndex()
If the meaning of the 'Start Index' attribute isn't clear, there really should be more of a description here...
setStartIndex(Integer),
GeometryPackage.getGeometryInfo_StartIndex()void setStartIndex(Integer value)
Start Index' attribute.
value - the new value of the 'Start Index' attribute.getStartIndex()Integer getPrimitiveCount()
If the meaning of the 'Primitive Count' attribute isn't clear, there really should be more of a description here...
setPrimitiveCount(Integer),
GeometryPackage.getGeometryInfo_PrimitiveCount()void setPrimitiveCount(Integer value)
Primitive Count' attribute.
value - the new value of the 'Primitive Count' attribute.getPrimitiveCount()GeometryData getData()
If the meaning of the 'Data' reference isn't clear, there really should be more of a description here...
setData(GeometryData),
GeometryPackage.getGeometryInfo_Data()void setData(GeometryData value)
Data' reference.
value - the new value of the 'Data' reference.getData()byte[] getTransformation()
If the meaning of the 'Transformation' attribute isn't clear, there really should be more of a description here...
setTransformation(byte[]),
GeometryPackage.getGeometryInfo_Transformation()void setTransformation(byte[] value)
Transformation' attribute.
value - the new value of the 'Transformation' attribute.getTransformation()double getArea()
If the meaning of the 'Area' attribute isn't clear, there really should be more of a description here...
setArea(double),
GeometryPackage.getGeometryInfo_Area()void setArea(double value)
Area' attribute.
value - the new value of the 'Area' attribute.getArea()double getVolume()
If the meaning of the 'Volume' attribute isn't clear, there really should be more of a description here...
setVolume(double),
GeometryPackage.getGeometryInfo_Volume()void setVolume(double value)
Volume' attribute.
value - the new value of the 'Volume' attribute.getVolume()Copyright © 2016 OpenSource BIM. All rights reserved.