mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
cameo/: new commands "remove" and "keep" for path filtering (untested)
This commit is contained in:
@@ -23,5 +23,7 @@ struct path *try_drill(struct path *path, double d_min, double d_max);
|
||||
struct path *try_mill(struct path *path, double diam, double step, int any);
|
||||
struct path *optimize_paths(struct path *paths);
|
||||
struct path *reverse_paths(const struct path *paths);
|
||||
struct path *select_paths(const struct path *paths, double xa, double ya,
|
||||
double xb, double yb, int inside);
|
||||
|
||||
#endif /* !OPS_H */
|
||||
|
||||
Reference in New Issue
Block a user