public interface IfcBoundingBox extends IfcGeometricRepresentationItem
| Modifier and Type | Method and Description |
|---|---|
IfcCartesianPoint |
getCorner()
Returns the value of the 'Corner' reference.
|
long |
getDim()
Returns the value of the 'Dim' attribute.
|
double |
getXDim()
Returns the value of the 'XDim' attribute.
|
String |
getXDimAsString()
Returns the value of the 'XDim As String' attribute.
|
double |
getYDim()
Returns the value of the 'YDim' attribute.
|
String |
getYDimAsString()
Returns the value of the 'YDim As String' attribute.
|
double |
getZDim()
Returns the value of the 'ZDim' attribute.
|
String |
getZDimAsString()
Returns the value of the 'ZDim As String' attribute.
|
boolean |
isSetDim()
Returns whether the value of the '
Dim' attribute is set. |
void |
setCorner(IfcCartesianPoint value)
Sets the value of the '
Corner' reference. |
void |
setDim(long value)
Sets the value of the '
Dim' attribute. |
void |
setXDim(double value)
Sets the value of the '
XDim' attribute. |
void |
setXDimAsString(String value)
Sets the value of the '
XDim As String' attribute. |
void |
setYDim(double value)
Sets the value of the '
YDim' attribute. |
void |
setYDimAsString(String value)
Sets the value of the '
YDim As String' attribute. |
void |
setZDim(double value)
Sets the value of the '
ZDim' attribute. |
void |
setZDimAsString(String value)
Sets the value of the '
ZDim As String' attribute. |
void |
unsetDim()
Unsets the value of the '
Dim' attribute. |
getLayerAssignments, getStyledByItem, isSetLayerAssignments, isSetStyledByItem, unsetLayerAssignments, unsetStyledByItemforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcCartesianPoint getCorner()
If the meaning of the 'Corner' reference isn't clear, there really should be more of a description here...
setCorner(IfcCartesianPoint),
Ifc2x3tc1Package.getIfcBoundingBox_Corner()void setCorner(IfcCartesianPoint value)
Corner' reference.
value - the new value of the 'Corner' reference.getCorner()double getXDim()
If the meaning of the 'XDim' attribute isn't clear, there really should be more of a description here...
setXDim(double),
Ifc2x3tc1Package.getIfcBoundingBox_XDim()void setXDim(double value)
XDim' attribute.
value - the new value of the 'XDim' attribute.getXDim()String getXDimAsString()
If the meaning of the 'XDim As String' attribute isn't clear, there really should be more of a description here...
setXDimAsString(String),
Ifc2x3tc1Package.getIfcBoundingBox_XDimAsString()void setXDimAsString(String value)
XDim As String' attribute.
value - the new value of the 'XDim As String' attribute.getXDimAsString()double getYDim()
If the meaning of the 'YDim' attribute isn't clear, there really should be more of a description here...
setYDim(double),
Ifc2x3tc1Package.getIfcBoundingBox_YDim()void setYDim(double value)
YDim' attribute.
value - the new value of the 'YDim' attribute.getYDim()String getYDimAsString()
If the meaning of the 'YDim As String' attribute isn't clear, there really should be more of a description here...
setYDimAsString(String),
Ifc2x3tc1Package.getIfcBoundingBox_YDimAsString()void setYDimAsString(String value)
YDim As String' attribute.
value - the new value of the 'YDim As String' attribute.getYDimAsString()double getZDim()
If the meaning of the 'ZDim' attribute isn't clear, there really should be more of a description here...
setZDim(double),
Ifc2x3tc1Package.getIfcBoundingBox_ZDim()void setZDim(double value)
ZDim' attribute.
value - the new value of the 'ZDim' attribute.getZDim()String getZDimAsString()
If the meaning of the 'ZDim As String' attribute isn't clear, there really should be more of a description here...
setZDimAsString(String),
Ifc2x3tc1Package.getIfcBoundingBox_ZDimAsString()void setZDimAsString(String value)
ZDim As String' attribute.
value - the new value of the 'ZDim As String' attribute.getZDimAsString()long getDim()
If the meaning of the 'Dim' attribute isn't clear, there really should be more of a description here...
isSetDim(),
unsetDim(),
setDim(long),
Ifc2x3tc1Package.getIfcBoundingBox_Dim()void setDim(long value)
Dim' attribute.
value - the new value of the 'Dim' attribute.isSetDim(),
unsetDim(),
getDim()void unsetDim()
Dim' attribute.
isSetDim(),
getDim(),
setDim(long)boolean isSetDim()
Dim' attribute is set.
unsetDim(),
getDim(),
setDim(long)Copyright © 2018 OpenSource BIM. All rights reserved.