public class IfcBSplineCurve4 extends IfcBoundedCurve4 implements com.aspose.cad_internal.fileformats.ifc.IIfcBSplineCurve
| Constructor and Description |
|---|
IfcBSplineCurve4() |
| Modifier and Type | Method and Description |
|---|---|
IfcLogical4 |
getClosedCurve() |
IfcCollection<IfcCartesianPoint4> |
getControlPointsList() |
IfcBSplineCurveForm4 |
getCurveForm() |
IfcInteger4 |
getDegree() |
IfcLogical4 |
getSelfIntersect() |
void |
setClosedCurve(IfcLogical4 value) |
void |
setControlPointsList(IfcCollection<IfcCartesianPoint4> value) |
void |
setCurveForm(IfcBSplineCurveForm4 value) |
void |
setDegree(IfcInteger4 value) |
void |
setSelfIntersect(IfcLogical4 value) |
getLayerAssignment, getStyledByItemequals, getChilds, getEntityLabel, getId, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelgetChilds, getIdpublic final IfcInteger4 getDegree()
public final void setDegree(IfcInteger4 value)
public final IfcCollection<IfcCartesianPoint4> getControlPointsList()
public final void setControlPointsList(IfcCollection<IfcCartesianPoint4> value)
public final IfcBSplineCurveForm4 getCurveForm()
public final void setCurveForm(IfcBSplineCurveForm4 value)
public final IfcLogical4 getClosedCurve()
public final void setClosedCurve(IfcLogical4 value)
public final IfcLogical4 getSelfIntersect()
public final void setSelfIntersect(IfcLogical4 value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.