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.

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.
main ๐Ÿ”’

Type Aliasesยง

S ๐Ÿ”’