xibyte / jsketcher

Parametric 2D and 3D modeler written in pure javascript
http://web-cad.org
Other
1.48k stars 280 forks source link

Feature Request: Configurable UI for template parts with expressions #74

Open Arredatore opened 5 years ago

Arredatore commented 5 years ago

Is it possible to make exposing parameters like here Allegorithmic exposed parameters

And then use the editor in a "viewer mode" with only exposed parameters visible? Something like this https://codepen.io/ShapeDiver/pen/WRZQRo

That will be great for the online shops like these https://junddo.com/meuble-vinyle-sur-mesure-portee/ https://medo-arauco.com/en/collections https://www.mipuf.es/palets-pufs-p-396.html

mmiscool commented 4 years ago

Unification of an expression engine between 2d sketcher and 3d feature parameters is underway.

The expression editor UI is present and works for 3d feature parameters but not 2d sketches as of today.

A customizable method of exposing specific expressions in a UI that is custom to a template part is not going to happen untill the expression engines between the 3d and 2d sides are fully unified. This kind of feature is similar to some OpenSCAD part configurators or Siemens NX product template studio.

This is also related to part family geometry generation.

mmiscool commented 4 years ago

See https://github.com/xibyte/jsketcher/issues/39 for info related to expressions progress.