Appearance
Selection details
in D_Selection:
done
- remove "Name" label
- shorten input field and move add child button to same line, at right of input
- contents corresponds to selected SO
- add a table below input with 9 rows and three columns
- first column is attribute names (x, X, w, y, Y, h, z, Z, d)
- second column is algebraic formula
- third column is value computed from formula, expressed in current units
- add another table with 3 rows and 2 columns
- first column is axis name (x, y, z)
- second column is angle (in degrees, with 1/2 degree precision)
- editing affects SO (TBD)
- create a new class runtime/Axis.ts
- four attributes (start, end, length, angle)
- a column to designate which attribute (of each three-attribute set) depends on the other two
- eg, if w = X - x, the w is dependent