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, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic 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)