SolidCode / SolidPython

A python frontend for solid modelling that compiles to OpenSCAD
1.11k stars 173 forks source link

Documentation should describe how OpenSCAD special variables like `$fn` are handled #105

Open etjones opened 5 years ago

etjones commented 5 years ago

As mentioned in Issue #104, SolidPython can handle some of (all of?) OpenSCAD's special variables. But it's not clear in the documentation just how that works. Add this on.

Without looking at the code, the one thing I know is that any OpenSCAD function that takes a $fn argument can take a SolidPython segments argument. Need to look up the other variables and document them all in a clear place

ali1234 commented 5 years ago

Per #107, sometimes you have to use slices, not segments.