Classes | |
| class | Cable |
Cable facade: the one object main.py talks to.
C = Cable()
C.tapeWidth = 4
...
C.centerline = Lame(76.1, 25, 1.55) # or StraightLine() (default)
C.build() # shells + caps + volumes + checks
C.save("corc.msh") # relative: the run directory, where
C.write_topology("corc_topology.conf") # the deck looks for the mesh
Show-off mode (closed curves like Trefoil): build() generates the bent
tape shells only — no caps, volumes, periodicity or topology.