IfcBSplineSurface

Inheritance: java.lang.Object, IfcBoundedSurface

Constructors

ConstructorDescription
IfcBSplineSurface()

Methods

MethodDescription
getUDegree()
setUDegree(IfcInteger value)
getVDegree()
setVDegree(IfcInteger value)
getControlPointsList()
setControlPointsList(IfcCollection2D value)
getSurfaceForm()
setSurfaceForm(IfcBSplineSurfaceForm value)
getUClosed()
setUClosed(IfcLogical value)
getVClosed()
setVClosed(IfcLogical value)
getSelfIntersect()
setSelfIntersect(IfcLogical value)

IfcBSplineSurface()

public IfcBSplineSurface()

getUDegree()

public final IfcInteger getUDegree()

Returns: IfcInteger

setUDegree(IfcInteger value)

public final void setUDegree(IfcInteger value)

getVDegree()

public final IfcInteger getVDegree()

Returns: IfcInteger

setVDegree(IfcInteger value)

public final void setVDegree(IfcInteger value)

getControlPointsList()

public final IfcCollection2D<IfcCartesianPoint> getControlPointsList()

Returns: IfcCollection2D

setControlPointsList(IfcCollection2D value)

public final void setControlPointsList(IfcCollection2D<IfcCartesianPoint> value)

getSurfaceForm()

public final IfcBSplineSurfaceForm getSurfaceForm()

Returns: IfcBSplineSurfaceForm

setSurfaceForm(IfcBSplineSurfaceForm value)

public final void setSurfaceForm(IfcBSplineSurfaceForm value)

getUClosed()

public final IfcLogical getUClosed()

Returns: IfcLogical

setUClosed(IfcLogical value)

public final void setUClosed(IfcLogical value)

getVClosed()

public final IfcLogical getVClosed()

Returns: IfcLogical

setVClosed(IfcLogical value)

public final void setVClosed(IfcLogical value)

getSelfIntersect()

public final IfcLogical getSelfIntersect()

Returns: IfcLogical

setSelfIntersect(IfcLogical value)

public final void setSelfIntersect(IfcLogical value)