Maria GDK 4.7.0.84
Documentation of managed code in develop branch
Loading...
Searching...
No Matches
TPG.Utils.ParofkaSet Class Reference

Makes wrappings around edges in a polygon or polyline and traces the surrounding perimeter. More...

Public Member Functions

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.
 

Detailed Description

Makes wrappings around edges in a polygon or polyline and traces the surrounding perimeter.

Member Function Documentation

◆ 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
polyrawinput polygon or polyline
ddistance for surrounding wrappings
mnumber of steps around endpoints for each edge, e.g 11
bClosedtrue 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: