public abstract class IfcBSplineSurface extends IfcBoundedSurface
Constructor and Description |
---|
IfcBSplineSurface() |
Modifier and Type | Method and Description |
---|---|
IfcCollection2D<IfcCartesianPoint> |
getControlPointsList() |
IfcLogical |
getSelfIntersect() |
IfcBSplineSurfaceForm |
getSurfaceForm() |
IfcLogical |
getUClosed() |
IfcInteger |
getUDegree() |
IfcLogical |
getVClosed() |
IfcInteger |
getVDegree() |
void |
setControlPointsList(IfcCollection2D<IfcCartesianPoint> value) |
void |
setSelfIntersect(IfcLogical value) |
void |
setSurfaceForm(IfcBSplineSurfaceForm value) |
void |
setUClosed(IfcLogical value) |
void |
setUDegree(IfcInteger value) |
void |
setVClosed(IfcLogical value) |
void |
setVDegree(IfcInteger value) |
getLayerAssignment, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcInteger getUDegree()
public final void setUDegree(IfcInteger value)
public final IfcInteger getVDegree()
public final void setVDegree(IfcInteger value)
public final IfcCollection2D<IfcCartesianPoint> getControlPointsList()
public final void setControlPointsList(IfcCollection2D<IfcCartesianPoint> value)
public final IfcBSplineSurfaceForm getSurfaceForm()
public final void setSurfaceForm(IfcBSplineSurfaceForm value)
public final IfcLogical getUClosed()
public final void setUClosed(IfcLogical value)
public final IfcLogical getVClosed()
public final void setVClosed(IfcLogical value)
public final IfcLogical getSelfIntersect()
public final void setSelfIntersect(IfcLogical value)