2D Polygon Description

Each line describes a separate closed polygon. There is no limit to the number of polygons that can be entered.


Uniform Fill

This function adds a uniform incremental vector fx and fy to every point in space.

b fx fy


Uniformly Filled Polygon

This is the most generic polygon, which is described by its bounding (x,y) co-ordinates. All points inside that polygon will have an incremental vector fx and fy. The syntax is:

u fx fy x1 y1 x2 y2 x3 y3 ....

There is no limit to the number of bounding points to the polygon, which allows very complex shapes to be created. All units are in microns.


Uniformly Filled Circle / Ellipse

This is similar to the uniformly filled polygon, except it outlines an ellipse (or circle) with a specified radii and center. The syntax is:

c fx fy rx ry xc yc


Parabolic Distribution

This is similar to the ellipse except the values inside will be distributed parabolically as:

The syntax is:
p fx fy rx ry xc yc


Gaussian Distribution

This will describe a gaussian distribution using the equation


The syntax is
g fx fy rx ry xc yc


SUMMARY

DistributionSyntax
Uniform Fillb fx fy

Uniform Polygonu fx fy x1 y1 x2 y2 x3 y3 ....

Uniformly Filled Circle / Ellipsec fx fy rx ry xc yc

Parabolic Distributionp fx fy rx ry xc yc

Gaussian Distributiong fx fy rx ry xc yc