Skip to main content

Crate geop

Crate geop 

Source
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 πŸ”’
CompileArgs πŸ”’
Compiled πŸ”’
What a compile wrote, for the report.
ExamplesArgs πŸ”’

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.json becomes part.stl.
export_examples πŸ”’
Write every built-in example as <out_dir>/<name>.program.json and <out_dir>/<name>.stl, via compile β€” so an example’s mesh is generated exactly the way any other program’s would be.
main πŸ”’

Type AliasesΒ§

S πŸ”’