Makes wrappings around edges in a polygon or polyline and traces the surrounding perimeter.
More...
|
| void | MakeParofkaSet (Point[] polyraw, double d, int m, bool bClosed) |
| | Makes wrappings around edges in a polygon or polyline at a given distance.
|
| |
| Point[] | Trace () |
| | Trace the surrounding perimeter of a Parofkaset and collect the points.
|
| |
Makes wrappings around edges in a polygon or polyline and traces the surrounding perimeter.
◆ MakeParofkaSet()
| void TPG.Utils.ParofkaSet.MakeParofkaSet |
( |
Point[] |
polyraw, |
|
|
double |
d, |
|
|
int |
m, |
|
|
bool |
bClosed |
|
) |
| |
|
inline |
Makes wrappings around edges in a polygon or polyline at a given distance.
- Parameters
-
| polyraw | input polygon or polyline |
| d | distance for surrounding wrappings |
| m | number of steps around endpoints for each edge, e.g 11 |
| bClosed | true if input represents a polygon (an edge connects last and first point), false otherwise |
◆ Trace()
| Point[] TPG.Utils.ParofkaSet.Trace |
( |
| ) |
|
|
inline |
Trace the surrounding perimeter of a Parofkaset and collect the points.
- Returns
The documentation for this class was generated from the following file:
- Src/Libraries/TPG.Utils/ParofkaSet.cs