public interface IfcRoundedRectangleProfileDef extends IfcRectangleProfileDef
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getRoundingRadius()
Returns the value of the 'Rounding Radius' attribute.
|
String |
getRoundingRadiusAsString()
Returns the value of the 'Rounding Radius As String' attribute.
|
void |
setRoundingRadius(double value)
Sets the value of the '
Rounding Radius' attribute. |
void |
setRoundingRadiusAsString(String value)
Sets the value of the '
Rounding Radius As String' attribute. |
getXDim, getXDimAsString, getYDim, getYDimAsString, setXDim, setXDimAsString, setYDim, setYDimAsStringgetPosition, isSetPosition, setPosition, unsetPositiongetHasExternalReference, getHasProperties, getProfileName, getProfileType, isSetHasExternalReference, isSetHasProperties, isSetProfileName, setProfileName, setProfileType, unsetHasExternalReference, unsetHasProperties, unsetProfileNameforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getRoundingRadius()
If the meaning of the 'Rounding Radius' attribute isn't clear, there really should be more of a description here...
setRoundingRadius(double),
Ifc4Package.getIfcRoundedRectangleProfileDef_RoundingRadius()void setRoundingRadius(double value)
Rounding Radius' attribute.
value - the new value of the 'Rounding Radius' attribute.getRoundingRadius()String getRoundingRadiusAsString()
If the meaning of the 'Rounding Radius As String' attribute isn't clear, there really should be more of a description here...
setRoundingRadiusAsString(String),
Ifc4Package.getIfcRoundedRectangleProfileDef_RoundingRadiusAsString()void setRoundingRadiusAsString(String value)
Rounding Radius As String' attribute.
value - the new value of the 'Rounding Radius As String' attribute.getRoundingRadiusAsString()Copyright © 2016 OpenSource BIM. All rights reserved.