Classes | |
| class | Point |
| class | Curve |
| class | CurveLoop |
| class | Surface |
| class | SurfaceLoop |
| class | Volume |
| class | CrossSection |
| class | Tape |
| class | TapeBlock |
| class | Geometry |
Gmsh .geo writer: tapes as strip surfaces along a base curve, stacked into blocks. Ported from the old `frenet` package. A `CrossSection` holds the local (width, thickness) coordinates of the left and right edge of every tape; `Tape` maps them through `Basecurve.transform` to space, and `TapeBlock` closes the volume between two neighbouring tapes.