More...
|
Point[] | CreateBuffer (Point[] polyline, double width, bool bClosed) |
| Makes a surrounding polygon (Point array) around a given polygon or polyline at a given distance.- Parameters
-
polyline | input polygon or polyline |
width | buffer with |
bClosed | if true, assumed an edge connecting last and first points |
- Returns
- a surrounding polygon at the given distance. Output is always a polygon, or null
|
|
Point[] | CreateBuffer (Point[] polyline, double width, bool bClosed) |
| Makes a surrounding polygon (Point array) around a given polygon or polyline at a given distance.
|
|
◆ CreateBuffer()
Point[] TPG.Utils.PolygonBuffer.CreateBuffer |
( |
Point[] |
polyline, |
|
|
double |
width, |
|
|
bool |
bClosed |
|
) |
| |
|
inline |
Makes a surrounding polygon (Point array) around a given polygon or polyline at a given distance.
- Parameters
-
polyline | input polygon or polyline |
width | buffer with |
bClosed | if true, assumed an edge connecting last and first points |
- Returns
- a surrounding polygon at the given distance. Output is always a polygon, or null
Implements TPG.Utils.IPolygonBuffer.
The documentation for this class was generated from the following file:
- Src/Libraries/TPG.Utils/ParofkaSet.cs