Share

Script4_AddMeshToTray.lua

-- Lua example for Autodesk Netfabb 2019.0

-- Adds a mesh to the current tray 

meshloaded = system:load3mf('Examples\\LatticeCommander\\Bracket.3mf') --included in Netfabb installation

local root = tray.root
root:addmesh(meshloaded)

Was this information helpful?