public interface IfcCircle extends IfcConic
| Modifier and Type | Method and Description |
|---|---|
double |
getRadius()
Returns the value of the 'Radius' attribute.
|
String |
getRadiusAsString()
Returns the value of the 'Radius 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. |
getPosition, setPositiongetDim, isSetDim, setDim, unsetDimgetLayerAssignments, getStyledByItem, isSetLayerAssignments, isSetStyledByItem, unsetLayerAssignments, unsetStyledByItemforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getRadius()
If the meaning of the 'Radius' attribute isn't clear, there really should be more of a description here...
setRadius(double),
Ifc2x3tc1Package.getIfcCircle_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.getIfcCircle_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.