public class IfcBoundingBox extends IfcGeometricRepresentationItem
Constructor and Description |
---|
IfcBoundingBox() |
Modifier and Type | Method and Description |
---|---|
IfcCartesianPoint |
getCorner() |
IfcPositiveLengthMeasure |
getXDim() |
IfcPositiveLengthMeasure |
getYDim() |
IfcPositiveLengthMeasure |
getZDim() |
void |
setCorner(IfcCartesianPoint value) |
void |
setXDim(IfcPositiveLengthMeasure value) |
void |
setYDim(IfcPositiveLengthMeasure value) |
void |
setZDim(IfcPositiveLengthMeasure value) |
getLayerAssignment, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcCartesianPoint getCorner()
public final void setCorner(IfcCartesianPoint value)
public final IfcPositiveLengthMeasure getXDim()
public final void setXDim(IfcPositiveLengthMeasure value)
public final IfcPositiveLengthMeasure getYDim()
public final void setYDim(IfcPositiveLengthMeasure value)
public final IfcPositiveLengthMeasure getZDim()
public final void setZDim(IfcPositiveLengthMeasure value)