Cadscript documentation
Cadscript is a Python library to produce 3D CAD models
Note
This project is under active development.
Contents
- Getting Started
- Installation
- Example Source Code
- Reference
- Module functions
- Class Body
BodyBody.fillet()Body.chamfer()Body.move()Body.rotate()Body.cut()Body.add()Body.intersect()Body.add_extrude()Body.cut_extrude()Body.make_extrude()Body.cut_hole()Body.get_center()Body.get_extent()Body.center()Body.move_to_origin()Body.mirror()Body.export_step()Body.export_stl()Body.render_svg()Body.copy()Body.cq()
- Class Sketch
SketchSketch.add_rect()Sketch.cut_rect()Sketch.add_circle()Sketch.cut_circle()Sketch.add_ellipse()Sketch.cut_ellipse()Sketch.add_polygon()Sketch.cut_polygon()Sketch.add_slot()Sketch.cut_slot()Sketch.add_sketch()Sketch.cut_sketch()Sketch.intersect_sketch()Sketch.add_import_dxf()Sketch.cut_import_dxf()Sketch.fillet()Sketch.chamfer()Sketch.export_dxf()Sketch.move()Sketch.move_to_origin()Sketch.center()Sketch.mirror()Sketch.rotate()Sketch.cq()Sketch.copy()Sketch.find_vertices()Sketch.get_extent()
- Selecting objects with query strings