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) |
getLayerAssignments, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public 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)