Spreadsheets in FreeCAD: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Concept=
Spreadsheets are a functionality in FreeCAD where you can design using a spreadsheet of values that looks like any spreadsheet. Except that these values are attached to parameters of actual 3D CAD objects. This way, 3D design can be created and modified using parameters that are changed in the spreadsheet.
=FreeCAD Parametric Part Design and Drawing Workflow=
=FreeCAD Parametric Part Design and Drawing Workflow=
#Start with a spreadsheet in Spreadsheet view - define all parameters as numbers  (units optional) within individual cells
#Start with a spreadsheet in Spreadsheet view - define all parameters as numbers  (units optional) within individual cells
Line 9: Line 12:
#Export the part as an stl.
#Export the part as an stl.


=Video=


<html><iframe width="560" height="315" src="https://www.youtube.com/embed/xjL4-1S7Was" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html>
[[Category:FreeCAD]]
[[Category:FreeCAD]]

Latest revision as of 14:17, 4 August 2020

Concept

Spreadsheets are a functionality in FreeCAD where you can design using a spreadsheet of values that looks like any spreadsheet. Except that these values are attached to parameters of actual 3D CAD objects. This way, 3D design can be created and modified using parameters that are changed in the spreadsheet.

FreeCAD Parametric Part Design and Drawing Workflow

  1. Start with a spreadsheet in Spreadsheet view - define all parameters as numbers (units optional) within individual cells
  2. Right click on each cell contining a variable value. Create an alias - this is FreeCAD's variable name.
  3. Create a part in part design view. Instead of entering values for constraints, click the little icon in the dimension box and associate each dimension with a variable name from the spreadsheet. With some careful forethought and planning, a fully parametric part may be produced in this manner.
  4. Enter Drawing view, create a new drawing, highlight the part and then "Insert an Orthographic Projection" of the part. Each checkbox adds a different perspective of the part.
  5. Enter the Drawing Dimensioning view and click on the "Add Linear Dimension" icon. Click two points on one of the projections in order to draw the related dimensions on the Drawing. The direction in which the dimensions are dragged before setting them with a click dictates whether x or y differences or oblique dimensions are displayed.
  6. Edit the drawing data in the "Editable" property box.
  7. Export the drawing as a pdf.
  8. Export the part as an stl.

Video