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 value f to every point in space.

b f


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 increemental value f. The syntax is:

u f 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 f 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 f rx ry xc yc


Gaussian Distribution

This will describe a gaussian distribution using the equation


The syntax is
g f rx ry xc yc


SUMMARY

DistributionSyntax
Uniform Fillb f

Uniform Polygonu f x1 y1 x2 y2 x3 y3 ....

Uniformly Filled Circle / Ellipsec f rx ry xc yc

Parabolic Distributionp f rx ry xc yc

Gaussian Distributiong f rx ry xc yc