[]
Returns the lines contained in a height range.
public IEnumerable<C1Line> GetLinesBetween(double top, double bottom)
Type | Name | Description |
---|---|---|
double | top | The top of the range. |
double | bottom | The bottom of the range. |
Type | Description |
---|---|
IEnumerable<C1Line> | The lines contained in a height range. |