Truss Schema: Difference between revisions
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
*The schema is a json file. | *The schema is a json file. | ||
*You have to provide an instance file in json to instantiate the schema. | *You have to provide an instance file in json to instantiate the schema. | ||
**You provide the length, height, number of trusses, and spacing of trusses. | |||
*Then you use the compiler to compile the instance into FreeCAD geometry. | *Then you use the compiler to compile the instance into FreeCAD geometry. | ||
*Download from Github - https://gitlab.com/opensourceecology.org/truss-schema/-/blob/main/working_gen_20_foot.py?ref_type=heads | *Download from Github - https://gitlab.com/opensourceecology.org/truss-schema/-/blob/main/working_gen_20_foot.py?ref_type=heads | ||
Revision as of 18:45, 18 April 2026
Truss Schema
- Read the chat to follow development - [1]
- The schema is a json file.
- You have to provide an instance file in json to instantiate the schema.
- You provide the length, height, number of trusses, and spacing of trusses.
- Then you use the compiler to compile the instance into FreeCAD geometry.
- Download from Github - https://gitlab.com/opensourceecology.org/truss-schema/-/blob/main/working_gen_20_foot.py?ref_type=heads
Tuss Schema with Roof
- Download - [2]
- Notes -
Working Doc