Expand description
geop: the kernel on the command line.
geop compile part.program.json builds a program β the JSON the web
editor saves (see geop_ops_parts::Program) β and writes the part it
makes as an STL mesh. The mesh is the one the editor draws (see
geop_ops_rasterize::stl), so a compiled file looks exactly like the
part on screen.
StructsΒ§
- Cli π
- Compile
Args π - Compiled π
- What a compile wrote, for the report.
- Examples
Args π
EnumsΒ§
- Command π
ConstantsΒ§
- DEFAULT_
QUALITY π - How finely curved faces are meshed unless asked otherwise β what the web editor draws with.
FunctionsΒ§
- compile π
- default_
output π programβs path with its extension replaced by.stl:part.program.jsonbecomespart.stl.- export_
examples π - Write every built-in example as
<out_dir>/<name>.program.jsonand<out_dir>/<name>.stl, viacompileβ so an exampleβs mesh is generated exactly the way any other programβs would be. - main π
Type AliasesΒ§
- S π