public class IfcSectionedSpine extends IfcGeometricRepresentationItem implements com.aspose.cad_internal.fileformats.ifc.IIfcSectionedSpine
| Constructor and Description |
|---|
IfcSectionedSpine() |
| Modifier and Type | Method and Description |
|---|---|
IfcCollection<IfcAxis2Placement3D> |
getCrossSectionPositions() |
IfcCollection<IfcProfileDef> |
getCrossSections() |
IfcCompositeCurve |
getSpineCurve() |
void |
setCrossSectionPositions(IfcCollection<IfcAxis2Placement3D> value) |
void |
setCrossSections(IfcCollection<IfcProfileDef> value) |
void |
setSpineCurve(IfcCompositeCurve value) |
getLayerAssignment, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcCompositeCurve getSpineCurve()
public final void setSpineCurve(IfcCompositeCurve value)
public final IfcCollection<IfcProfileDef> getCrossSections()
public final void setCrossSections(IfcCollection<IfcProfileDef> value)
public final IfcCollection<IfcAxis2Placement3D> getCrossSectionPositions()
public final void setCrossSectionPositions(IfcCollection<IfcAxis2Placement3D> value)