61 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
 | 
						|
 | 
						|
CadQuery 2 Documentation
 | 
						|
===================================
 | 
						|
 | 
						|
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
 | 
						|
 | 
						|
See CadQuery in Action
 | 
						|
-------------------------
 | 
						|
 | 
						|
This `Getting Started Video <https://youtu.be/lxhBNOE7GVs>`_ will show you what CadQuery can do. Please note that the video has not been updated for CadQuery 2 and still shows CadQuery use within FreeCAD.
 | 
						|
 | 
						|
 | 
						|
Quick Links
 | 
						|
------------------
 | 
						|
 | 
						|
  * :ref:`quickstart`
 | 
						|
  * `CadQuery CheatSheet <_static/cadquery_cheatsheet.html>`_
 | 
						|
  * :ref:`apireference`
 | 
						|
 | 
						|
Table Of Contents
 | 
						|
-------------------
 | 
						|
 | 
						|
.. toctree::
 | 
						|
    :maxdepth: 2
 | 
						|
 | 
						|
    intro.rst
 | 
						|
    installation.rst
 | 
						|
    quickstart.rst
 | 
						|
    designprinciples.rst
 | 
						|
    primer.rst
 | 
						|
    assy.rst
 | 
						|
    fileformat.rst
 | 
						|
    examples.rst
 | 
						|
    apireference.rst
 | 
						|
    selectors.rst
 | 
						|
    classreference.rst
 | 
						|
    importexport.rst
 | 
						|
    cqgi.rst
 | 
						|
    extending.rst
 | 
						|
    roadmap.rst
 | 
						|
 | 
						|
 | 
						|
 | 
						|
Indices and tables
 | 
						|
-------------------
 | 
						|
 | 
						|
* :ref:`genindex`
 | 
						|
* :ref:`modindex`
 | 
						|
* :ref:`search`
 | 
						|
 |