2019-01-27 12:54:18 +01:00
|
|
|
import { version } from "../package.json";
|
|
|
|
|
|
|
|
export default {
|
|
|
|
name: "examples",
|
|
|
|
version,
|
2019-05-18 17:17:44 +02:00
|
|
|
design: "Joost De Cock",
|
|
|
|
code: "Joost De Cock",
|
|
|
|
optionGroups: {
|
|
|
|
fit: ["fixme"]
|
2019-01-27 12:54:18 +01:00
|
|
|
},
|
2019-05-18 17:17:44 +02:00
|
|
|
measurements: [],
|
2019-05-20 16:25:55 +02:00
|
|
|
dependencies: {
|
|
|
|
point_attr: "path_attr"
|
|
|
|
},
|
2019-01-27 12:54:18 +01:00
|
|
|
parts: [
|
|
|
|
"point_attr",
|
2019-01-28 14:34:55 +01:00
|
|
|
"path__curve",
|
|
|
|
"path_curve_",
|
2019-01-27 12:54:18 +01:00
|
|
|
"path_attr",
|
|
|
|
"path_clone",
|
|
|
|
"path_divide",
|
|
|
|
"path_edge",
|
|
|
|
"path_end",
|
|
|
|
"path_intersects",
|
|
|
|
"path_intersectsx",
|
|
|
|
"path_intersectsy",
|
|
|
|
"path_join",
|
|
|
|
"path_length",
|
|
|
|
"path_offset",
|
|
|
|
"path_ops",
|
|
|
|
"path_reverse",
|
|
|
|
"path_shiftalong",
|
|
|
|
"path_shiftfractionalong",
|
|
|
|
"path_split",
|
|
|
|
"path_start",
|
|
|
|
"path_translate",
|
|
|
|
"path_trim",
|
|
|
|
"plugin_cutonfold",
|
|
|
|
"plugin_dimension",
|
|
|
|
"plugin_grainline",
|
|
|
|
"plugin_logo",
|
|
|
|
"plugin_scalebox",
|
|
|
|
"plugin_title",
|
|
|
|
"point_angle",
|
|
|
|
"point_attr",
|
|
|
|
"point_clone",
|
|
|
|
"point_copy",
|
|
|
|
"point_dist",
|
|
|
|
"point_dx",
|
|
|
|
"point_dy",
|
|
|
|
"point_flipx",
|
|
|
|
"point_flipy",
|
|
|
|
"point_shift",
|
|
|
|
"point_shiftfractiontowards",
|
|
|
|
"point_shifttowards",
|
|
|
|
"point_shiftoutwards",
|
|
|
|
"point_sitson",
|
|
|
|
"point_rotate",
|
|
|
|
"point_translate",
|
|
|
|
"settings_sa",
|
2019-05-20 16:25:55 +02:00
|
|
|
"snippet",
|
2019-02-04 18:32:45 +01:00
|
|
|
"snippet_attr",
|
|
|
|
"snippet_clone",
|
2019-01-27 12:54:18 +01:00
|
|
|
"utils_linesintersect",
|
|
|
|
"utils_beamsintersect",
|
|
|
|
"utils_beamintersectsx",
|
|
|
|
"utils_beamintersectsy",
|
|
|
|
"utils_lineintersectscurve",
|
|
|
|
"utils_curvesintersect",
|
|
|
|
"utils_pointonbeam",
|
|
|
|
"utils_pointonline",
|
|
|
|
"utils_pointoncurve",
|
|
|
|
"utils_circlesintersect",
|
|
|
|
"utils_beamintersectscircle",
|
2019-02-19 18:38:22 +01:00
|
|
|
"utils_lineintersectscircle",
|
|
|
|
"utils_curveintersectsy",
|
|
|
|
"utils_curveintersectsx",
|
2019-05-18 17:17:44 +02:00
|
|
|
"utils_splitcurve",
|
2019-05-20 16:25:55 +02:00
|
|
|
"docs_overview",
|
|
|
|
"docs_coords"
|
2019-05-18 17:17:44 +02:00
|
|
|
],
|
|
|
|
options: {
|
2019-05-20 16:25:55 +02:00
|
|
|
focus: "",
|
2019-05-18 17:17:44 +02:00
|
|
|
// Optiongroups are needed for now, because workbench
|
|
|
|
fixme: {
|
|
|
|
pct: 50,
|
|
|
|
min: 0,
|
|
|
|
max: 100
|
|
|
|
}
|
|
|
|
}
|
2019-01-27 12:54:18 +01:00
|
|
|
};
|