
This will give you a set of colors that correspond to the materials defined in materials.py

translate (( 0, 0, 20 )) # Create simulation and launch simulation = vf. sphere ( 5 ) # Process Models modelResult = model. Template for creating scripts using VoxCad simulation: # Import Library import voxelfuse as vf # Start Application if _name_ = '_main_' : # Create Models model = vf. export ( 'modelResult.stl' ) # Create Plot mesh. Templatesīase template for creating scripts: # Import Library import voxelfuse as vf # Start Application if _name_ = '_main_' : # Create Models model = vf. Jupyter Notebook is used for some examples. Voxcraft-viz can be used to view simulation history files (must be installed separately). To use multiprocess simulation features on Windows, WSL must be configured. Windows/Linux binaries are included with the library. Windows/Linux binaries are included with the library.Ī custom version of Voxelyze is used for most simulation features. VoxCad is used for running interactive simulations in a GUI. Gmsh is used for mesh file import and Windows/Linux binaries are included with the library. The voxelfuse library can be installed using pip.

Generation of blurred material transitions Features Model Composition

This library allows scripts to be quickly created for processing different classes of models and generating the files needed to produce them.Ĭreated as part of a research project with IDEAlab at ASU.ĭesign of a part with embedded electronic components It includes the tools needed for a complete workflow from design to part fabrication, including part composition, manufacturing planning, design simulation, mesh generation, and file export. VoxelFuse is a Python library for processing multi-material 3D model data.
