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) |
getLayerAssignments, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic 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)