public interface IfcRightCircularCylinder extends IfcCsgPrimitive3D
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Returns the value of the 'Height' attribute.
|
String |
getHeightAsString()
Returns the value of the 'Height As String' attribute.
|
double |
getRadius()
Returns the value of the 'Radius' attribute.
|
String |
getRadiusAsString()
Returns the value of the 'Radius As String' attribute.
|
void |
setHeight(double value)
Sets the value of the '
Height' attribute. |
void |
setHeightAsString(String value)
Sets the value of the '
Height As String' attribute. |
void |
setRadius(double value)
Sets the value of the '
Radius' attribute. |
void |
setRadiusAsString(String value)
Sets the value of the '
Radius As String' attribute. |
getDim, getPosition, isSetDim, setDim, setPosition, unsetDimgetLayerAssignments, getStyledByItem, isSetLayerAssignments, isSetStyledByItem, unsetLayerAssignments, unsetStyledByItemforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(double),
Ifc2x3tc1Package.getIfcRightCircularCylinder_Height()void setHeight(double value)
Height' attribute.
value - the new value of the 'Height' attribute.getHeight()String getHeightAsString()
If the meaning of the 'Height As String' attribute isn't clear, there really should be more of a description here...
setHeightAsString(String),
Ifc2x3tc1Package.getIfcRightCircularCylinder_HeightAsString()void setHeightAsString(String value)
Height As String' attribute.
value - the new value of the 'Height As String' attribute.getHeightAsString()double getRadius()
If the meaning of the 'Radius' attribute isn't clear, there really should be more of a description here...
setRadius(double),
Ifc2x3tc1Package.getIfcRightCircularCylinder_Radius()void setRadius(double value)
Radius' attribute.
value - the new value of the 'Radius' attribute.getRadius()String getRadiusAsString()
If the meaning of the 'Radius As String' attribute isn't clear, there really should be more of a description here...
setRadiusAsString(String),
Ifc2x3tc1Package.getIfcRightCircularCylinder_RadiusAsString()void setRadiusAsString(String value)
Radius As String' attribute.
value - the new value of the 'Radius As String' attribute.getRadiusAsString()Copyright © 2018 OpenSource BIM. All rights reserved.