Lattice2 Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 50: Line 50:
* [[Image:Lattice2_JoinArrays.svg|32px]] '''Join arrays'''
* [[Image:Lattice2_JoinArrays.svg|32px]] '''Join arrays'''
* [[Image:Lattice2_ArrayFilter.svg|32px]] '''Array filter'''
* [[Image:Lattice2_ArrayFilter.svg|32px]] '''Array filter'''
** [[Image:Lattice2_InvertLattice.svg|32px]] '''Selected items'''
** [[Image:Lattice2_ArrayFilter.svg|32px]] '''Selected items'''
** [[Image:Lattice2_InvertLattice.svg|32px]] '''Touching'''
** [[Image:Lattice2_ArrayFilter.svg|32px]] '''Touching'''
** [[Image:Lattice2_InvertLattice.svg|32px]] '''Within distance window'''
** [[Image:Lattice2_ArrayFilter.svg|32px]] '''Within distance window'''
** [[Image:Lattice2_InvertLattice.svg|32px]] '''Pointing at shape'''
** [[Image:Lattice2_ArrayFilter.svg|32px]] '''Pointing at shape'''
* [[Image:Lattice2_ExplodeArray.svg|32px]] '''Explode array'''
* [[Image:Lattice2_ExplodeArray.svg|32px]] '''Explode array'''
* [[Image:Lattice2_ProjectArray.svg|32px]] '''Project array'''
* [[Image:Lattice2_ProjectArray.svg|32px]] '''Project array'''
Line 82: Line 82:
* [[Image:Lattice2_FuseCompound.svg|32px]] '''Fuse compound'''
* [[Image:Lattice2_FuseCompound.svg|32px]] '''Fuse compound'''
* [[Image:Lattice2_BoundingBox.svg|32px]] '''Bounding box'''
* [[Image:Lattice2_BoundingBox.svg|32px]] '''Bounding box'''
* [[Image:Lattice2_BoundingBox.svg|32px]] '''Whole'''
** [[Image:Lattice2_BoundingBox.svg|32px]] '''Whole'''
** [[Image:Lattice2_BoundingBox.svg|32px]] '''Children'''
** [[Image:Lattice2_BoundingBoxCompound.svg|32px]] '''Children'''
** [[Image:Lattice2_ShapeString.svg|32px]] '''Shape string for array'''
* [[Image:Lattice2_ShapeString.svg|32px]] '''Shape string for array'''
* [[Image:Lattice2_ParaSeries.svg|32px]] '''Para series'''
* [[Image:Lattice2_ParaSeries.svg|32px]] '''Para series'''
* [[Image:Lattice2_Inspect.svg|32px]] '''Inspect'''
* [[Image:Lattice2_Inspect.svg|32px]] '''Inspect'''

Revision as of 20:19, 9 June 2016

Introduction

This version is in devlopment. Breaking changes can be introduced at any point. If you want to make a project with use of Lattice workbench, it is recommended to stick with Lattice v1.

Lattice Workbench is a plug-in module (workbench) for FreeCAD.

The workbench purpose is working with placements and arrays of placements. It is a sort of assembly workbench, but with emphasis on arrays. There are no constraints and relations, there are just arrays of placements that can be generated, combined, transformed, superimposed and populated with shapes.

Ever wondered how to create a protractor with FreeCAD? That's the aim of the workbench (including tick labeling). Also, exploded assemblies can be made with the workbench.

Additionally, the workbench features a few general-purpose tools, such as parametric downgrade, bounding boxes, shape info tool, and tools for working with collections of shapes (compounds).

One of the big design goals of the workbench is being as parametric as possible.

References

Tools

Detailed description here

Toolbar

  • Placement
    • Single Placement: Custom
    • Single Placement: XY plane
    • Single Placement: XZ plane
    • Single Placement: YZ plane
    • Single Placement: along X
    • Single Placement: along Y
    • Single Placement: along Z
    • Single Placement: Euler angles
    • Placement of shape: Copy object.Placement
    • Placement of shape: Center of bounding box
    • Placement of shape: Center of mass
    • Placement of shape: Inertial axis system
  • Generate linear array
  • Generate polar array
  • Array from shape
    • Internal placements
    • Center of bounding box
    • Center of mass
    • Inertial axis system
  • Invert lattice
  • Join arrays
  • Array filter
    • Selected items
    • Touching
    • Within distance window
    • Pointing at shape
  • Explode array
  • Project array
  • Resample array
  • Populate with copies
    • Populate with copies
    • Populate with copies: Build array
    • Moved object
  • Populate with children
    • Populate with children
    • Populate with children: Build array
    • Moved children
  • Parametric downgrade
    • Downgrade to
    • Downgrade to Leaves
    • Downgrade to CompSolids
    • Downgrade to Shells
    • Downgrade to OpenWires
    • Downgrade to Faces
    • Downgrade to Wires
    • Downgrade to Edges
    • Downgrade to Seam edges
    • Downgrade to Non-seam edges
    • Downgrade to Vertices
  • Sub link
  • Make compound
  • Explode compound
  • Fuse compound
  • Bounding box
    • Whole
    • Children
  • Shape string for array
  • Para series
  • Inspect
    • Inspect seletion
    • Shape info (feature)
  • Substitute object
  • Expose links to subelements

Drop down menu

Other

Installation

Automatic installation

See Installing

From GitHub

Prerequisites

Lattice2 WB requires FreeCAD no less than v0.16.5155.

Manual install

  • Scroll to the top of the page, and click 'download zip' button
  • Unpack the contents into a "Lattice2" folder created in \Path\to\FreeCAD\Mod, and restart FreeCAD.
  • Note that InitGui.py (and the rest of .py files) should end up directly under Mod\Lattice2 (not under nested directory like Mod\Lattice2\Lattice2).

After you install the workbench, it should appear at the bottom of list of workbench selector in FreeCAD.

Links to Lattice2 WB

Other useful links