Added test tabs, got closing and switching working
This commit is contained in:
12
app/web/src/helpers/cadPackages/cadQuery/userGuide.md
Normal file
12
app/web/src/helpers/cadPackages/cadQuery/userGuide.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
"Written with": Python
|
||||
"Kernal type": BREP
|
||||
---
|
||||
# CadQuery
|
||||
|
||||
CadQuery is an intuitive, easy-to-use Python library for building parametric 3D CAD models. It has several goals:
|
||||
|
||||
- Build models with scripts that are as close as possible to how you’d describe the object to a human, using a standard, already established programming language
|
||||
- Create parametric models that can be very easily customized by end users
|
||||
- Output high quality CAD formats like STEP and AMF in addition to traditional STL
|
||||
- Provide a non-proprietary, plain text model format that can be edited and executed with only a web browser
|
||||
7
app/web/src/helpers/cadPackages/jsCad/userGuide.md
Normal file
7
app/web/src/helpers/cadPackages/jsCad/userGuide.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"Written with": JavaScript
|
||||
"Kernal type": BREP
|
||||
---
|
||||
# JSCAD
|
||||
|
||||
JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with Javascript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
|
||||
7
app/web/src/helpers/cadPackages/openScad/userGuide.md
Normal file
7
app/web/src/helpers/cadPackages/openScad/userGuide.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"Written with": C+-like
|
||||
"Kernal type": BREP
|
||||
---
|
||||
# OpenSCAD
|
||||
|
||||
OpenSCAD is a solid 3D modeler that enables the creation of parametric models using its scripting language. Models are created by utilizing a technique called constructive solid geometry. According to this technique, simple objects can be transformed and combined in order to create almost any complex model.
|
||||
Reference in New Issue
Block a user