Stochastic Lattice

Endpoint: https://studiobitonti.appspot.com/stochasticLattice

The stochastic lattice function creates a randomly seeded lattice structure inside a given volume. The density can be controlled using the pore size.

Input:


Volume: Uploaded bounding volume mesh to be populated.
Pore Size: Is the the average pore size of stochastic lattice.
File Name:  Name of the resultant file for the surface lattice.
T: [YOUR SECRET TOKEN]

Output:

A list of result files in storage.


Example:

Input: Closed Mesh Container

Input: Closed Mesh Container

genysis.upload('EXPORTS/handleBar_vol.obj','vol.obj',token)

lattice = genysis.volumeLattice()
lattice.setVolume("vol.obj")
lattice.setPoreSize(5)
lattice.setOutput("tempCrvs.obj")
lattice.runStochastic(token)

genysis.marchingCube('tempCrvs.obj',600,.5,"stochastic-lattice.obj",token)
genysis.visualize("stochastic-lattice.obj",token,True)
Output: Result

Output: Result

Francis Bitonti