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