Geometries#
Geometries contains classes and functions for building the most common geometry types.
Classes:
|
Represents an arbitrary line path (list of points) and polygons created along this path and width values on the points. |
|
Represents a multilayer Fillet geometry. |
|
Represents a special IDC (symmetrical). |
|
Creates microchannels for eHe or can be used to create IDC. |
|
Represents a spiral inductor. |
|
Represents a straight line 'polygons' in different layers. |
|
Represents a multilayer Taper geometry. |
Functions:
|
Returns LineString representing an arc. |
|
Returns a circle shape Polygon |
|
Returns a polygon representing a circular segment. |
|
Generates a polygon which is used to cut for corner rounding. |
|
Creates a Polygon to Round a corner (use for cuts). |
|
Returns a rectangle that is extruded from a point in specific direction. |
|
Returns a 1D full Meander line. |
|
Returns a 1D half Meander line. |
|
Returns a Polygon representing a pinch gate. |
|
Returns a rectangle Polygon |
|
Returns a regular Polygon with specified number of edges. |
|
Returns a ring shape Polygon |
|
Returns the intersection between a ring and a circular sector. |
|
Returns a square Polygon |