# PushPull to create the cylinder face.pushpull(length)
If you are running the tool on a mesh with thousands of faces, SketchUp may hang. Try processing smaller sections at a time.
: You must be logged into a SketchUcation account to see the download button. The download will be an .rbz file. Install in SketchUp :
# Configuration Defaults CELL_SIZE = 50.mm # Size of one lattice cell unit BEAM_WIDTH = 5.mm # Thickness of the lattice members GRID_X = 5 # Number of cells in X GRID_Y = 5 # Number of cells in Y GRID_Z = 5 # Number of cells in Z
Click the button at the bottom of the window. Select the downloaded latticeMaker.rbz file and click Open . Confirm any security prompts to complete the installation. Required Dependencies :
require 'sketchup.rb' require 'extensions.rb'
The safest and most reliable source for any SketchUp plugin is the Extension Warehouse (accessible directly from within SketchUp via the "Window" menu). Searching terms like "lattice," "grid," or "frame generator" here yields vetted, up-to-date tools. For more specialized or community-made lattice generators, designers turn to SketchUcation Plugin Store (the largest third-party repository). It is critical to avoid random ".rb" file downloads from unverified websites, as malicious scripts can compromise system security. Reputable developers like TIG , Fredo6 , and Chris Fullmer offer lattice-adjacent tools on their own sites (e.g., Fredo6's Curviloft for creating faceted lattices).
Lattice Maker Sketchup Plugin [top] Download
# PushPull to create the cylinder face.pushpull(length)
If you are running the tool on a mesh with thousands of faces, SketchUp may hang. Try processing smaller sections at a time.
: You must be logged into a SketchUcation account to see the download button. The download will be an .rbz file. Install in SketchUp :
# Configuration Defaults CELL_SIZE = 50.mm # Size of one lattice cell unit BEAM_WIDTH = 5.mm # Thickness of the lattice members GRID_X = 5 # Number of cells in X GRID_Y = 5 # Number of cells in Y GRID_Z = 5 # Number of cells in Z
Click the button at the bottom of the window. Select the downloaded latticeMaker.rbz file and click Open . Confirm any security prompts to complete the installation. Required Dependencies :
require 'sketchup.rb' require 'extensions.rb'
The safest and most reliable source for any SketchUp plugin is the Extension Warehouse (accessible directly from within SketchUp via the "Window" menu). Searching terms like "lattice," "grid," or "frame generator" here yields vetted, up-to-date tools. For more specialized or community-made lattice generators, designers turn to SketchUcation Plugin Store (the largest third-party repository). It is critical to avoid random ".rb" file downloads from unverified websites, as malicious scripts can compromise system security. Reputable developers like TIG , Fredo6 , and Chris Fullmer offer lattice-adjacent tools on their own sites (e.g., Fredo6's Curviloft for creating faceted lattices).