awatif
awatif copied to clipboard
The First Web-based Parametric Structural Engineering Platform
The goal is to define a mechanism where we can input signals (earthquake signals) and assign them to supports to simulate, for example, time-history analysis (dynamic analysis) for a building...
```typescript const fields = [ { field:"parameterOne", text:"Parameter One", editable: { type: "float" } }, { field:"parameterTwo", text:"Parameter Two", editable: { type: "float" } }, ]; const data = {...
- How to transition from 3D to 2D - A button to activate drawing (transition to the 2D plan) @kaison428 - How to draw in 2D - It should be...