public class IfcIndexedPolyCurve extends IfcBoundedCurve implements com.aspose.cad_internal.fileformats.ifc.IIfcIndexedPolyCurve
Constructor and Description |
---|
IfcIndexedPolyCurve() |
Modifier and Type | Method and Description |
---|---|
IfcCartesianPointList |
getPoints() |
IfcCollection<IfcSegmentIndexSelect> |
getSegments() |
IfcBoolean |
getSelfIntersect() |
void |
setPoints(IfcCartesianPointList value) |
void |
setSegments(IfcCollection<IfcSegmentIndexSelect> value) |
void |
setSelfIntersect(IfcBoolean value) |
getLayerAssignment, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcCartesianPointList getPoints()
public final void setPoints(IfcCartesianPointList value)
public final IfcCollection<IfcSegmentIndexSelect> getSegments()
public final void setSegments(IfcCollection<IfcSegmentIndexSelect> value)
public final IfcBoolean getSelfIntersect()
public final void setSelfIntersect(IfcBoolean value)