Jan 15, 2017

New version 0.0.5 is available with major feature : MODULAR files callable with 'CALLMODULE' node.

  • By using node 'PARAM', each graphscad file is now 'MODULAR'. you can create a custom part with parameters, then call this part from another file with node 'CALLMODULE'. Look at examples.This feature will allow to create complex object with multiple scad files.
  • WARNING : Node 'PARAM' is changed. Added the field 'paramname'. Before, it was using the name of the node (it was not logical). You would have to edit files from previous version if you used 'PARAM' node and edit this new propertie. it's pretty fast to update.
  • Created a new node 'metricthread'  
  • Created new node 'IF' for conditionnal statement
  • Some UI improvement (mode compact node display)
  • More Examples (robot wheel, custombox, etc...)
  • Created new node 'GearRack'  that works with gear node

No comments:

Post a Comment

Thanks for your comments. It will help to get a better tool.