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