|
|
| GeometrySet2D () |
| | Constructor.
|
| |
|
self | AddCurve (Curve2D curve) |
| | Adds a curve to geometry set.
|
| |
|
self | Shift (number x, number y) |
| | Shifts the geometry set.
|
| |
| self | Rotate (Point2D point, number angle) |
| | Rotates the geometry set.
|
| |
| self | Scale (Point2D point, number scale_x, number scale_y) |
| | Scales relative to the point.
|
| |
|
self | Transform (Matrix2D matrix) |
| | Transforms according to the matrix.
|
| |
|
GeometrySet2D | Clone () |
| | Returns a copy of the object.
|
| |
|
self | AddMaterialColorSolidArea (FillArea curve) |
| | Adds an area filled with the material color.
|
| |
|
self | AddLineColorSolidArea (FillArea curve) |
| | Adds an area filled with the line color.
|
| |
| boolean | operator== (GeometrySet2D other) |
| | Checks for equality.
|
| |
| boolean | operator~= (GeometrySet2D other) |
| | Checks for inequality.
|
| |
A set of geometric primitives that can include 2D curves and fills.