public class IfcCurveBoundedPlane extends IfcBoundedSurface
Constructor and Description |
---|
IfcCurveBoundedPlane() |
Modifier and Type | Method and Description |
---|---|
IfcPlane |
getBasisSurface() |
IfcCollection<IfcCurve> |
getInnerBoundaries() |
IfcCurve |
getOuterBoundary() |
void |
setBasisSurface(IfcPlane value) |
void |
setInnerBoundaries(IfcCollection<IfcCurve> value) |
void |
setOuterBoundary(IfcCurve value) |
getLayerAssignment, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcPlane getBasisSurface()
public final void setBasisSurface(IfcPlane value)
public final IfcCurve getOuterBoundary()
public final void setOuterBoundary(IfcCurve value)
public final IfcCollection<IfcCurve> getInnerBoundaries()
public final void setInnerBoundaries(IfcCollection<IfcCurve> value)