public class IfcBSplineCurve extends IfcBoundedCurve implements com.aspose.cad_internal.fileformats.ifc.IIfcBSplineCurve
Constructor and Description |
---|
IfcBSplineCurve() |
Modifier and Type | Method and Description |
---|---|
IfcLogical |
getClosedCurve() |
IfcCollection<IfcCartesianPoint> |
getControlPointsList() |
IfcBSplineCurveForm |
getCurveForm() |
IfcInteger |
getDegree() |
IfcLogical |
getSelfIntersect() |
void |
setClosedCurve(IfcLogical value) |
void |
setControlPointsList(IfcCollection<IfcCartesianPoint> value) |
void |
setCurveForm(IfcBSplineCurveForm value) |
void |
setDegree(IfcInteger value) |
void |
setSelfIntersect(IfcLogical value) |
getLayerAssignment, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcInteger getDegree()
public final void setDegree(IfcInteger value)
public final IfcCollection<IfcCartesianPoint> getControlPointsList()
public final void setControlPointsList(IfcCollection<IfcCartesianPoint> value)
public final IfcBSplineCurveForm getCurveForm()
public final void setCurveForm(IfcBSplineCurveForm value)
public final IfcLogical getClosedCurve()
public final void setClosedCurve(IfcLogical value)
public final IfcLogical getSelfIntersect()
public final void setSelfIntersect(IfcLogical value)