IfcBSplineCurveWithKnots

Inheritance: java.lang.Object, IfcBSplineCurve

All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcBezierCurve

Constructors

ConstructorDescription
IfcBSplineCurveWithKnots()

Methods

MethodDescription
getKnotMultiplicities()
setKnotMultiplicities(IfcCollection value)
getKnots()
setKnots(IfcCollection value)
getKnotSpec()
setKnotSpec(IfcKnotType value)

IfcBSplineCurveWithKnots()

public IfcBSplineCurveWithKnots()

getKnotMultiplicities()

public final IfcCollection<IfcInteger> getKnotMultiplicities()

Returns: IfcCollection

setKnotMultiplicities(IfcCollection value)

public final void setKnotMultiplicities(IfcCollection<IfcInteger> value)

getKnots()

public final IfcCollection<IfcParameterValue> getKnots()

Returns: IfcCollection

setKnots(IfcCollection value)

public final void setKnots(IfcCollection<IfcParameterValue> value)

getKnotSpec()

public final IfcKnotType getKnotSpec()

Returns: IfcKnotType

setKnotSpec(IfcKnotType value)

public final void setKnotSpec(IfcKnotType value)