public interface IfcToroidalSurface extends IfcElementarySurface
| Modifier and Type | Method and Description |
|---|---|
double |
getMajorRadius()
Returns the value of the 'Major Radius' attribute.
|
String |
getMajorRadiusAsString()
Returns the value of the 'Major Radius As String' attribute.
|
double |
getMinorRadius()
Returns the value of the 'Minor Radius' attribute.
|
String |
getMinorRadiusAsString()
Returns the value of the 'Minor Radius As String' attribute.
|
void |
setMajorRadius(double value)
Sets the value of the '
Major Radius' attribute. |
void |
setMajorRadiusAsString(String value)
Sets the value of the '
Major Radius As String' attribute. |
void |
setMinorRadius(double value)
Sets the value of the '
Minor Radius' attribute. |
void |
setMinorRadiusAsString(String value)
Sets the value of the '
Minor Radius As String' attribute. |
getPosition, setPositiongetDim, isSetDim, setDim, unsetDimgetLayerAssignment, getStyledByItem, isSetLayerAssignment, isSetStyledByItem, unsetLayerAssignment, unsetStyledByItemforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getMajorRadius()
If the meaning of the 'Major Radius' attribute isn't clear, there really should be more of a description here...
setMajorRadius(double),
Ifc4Package.getIfcToroidalSurface_MajorRadius()void setMajorRadius(double value)
Major Radius' attribute.
value - the new value of the 'Major Radius' attribute.getMajorRadius()String getMajorRadiusAsString()
If the meaning of the 'Major Radius As String' attribute isn't clear, there really should be more of a description here...
setMajorRadiusAsString(String),
Ifc4Package.getIfcToroidalSurface_MajorRadiusAsString()void setMajorRadiusAsString(String value)
Major Radius As String' attribute.
value - the new value of the 'Major Radius As String' attribute.getMajorRadiusAsString()double getMinorRadius()
If the meaning of the 'Minor Radius' attribute isn't clear, there really should be more of a description here...
setMinorRadius(double),
Ifc4Package.getIfcToroidalSurface_MinorRadius()void setMinorRadius(double value)
Minor Radius' attribute.
value - the new value of the 'Minor Radius' attribute.getMinorRadius()String getMinorRadiusAsString()
If the meaning of the 'Minor Radius As String' attribute isn't clear, there really should be more of a description here...
setMinorRadiusAsString(String),
Ifc4Package.getIfcToroidalSurface_MinorRadiusAsString()void setMinorRadiusAsString(String value)
Minor Radius As String' attribute.
value - the new value of the 'Minor Radius As String' attribute.getMinorRadiusAsString()Copyright © 2018 OpenSource BIM. All rights reserved.