Version: 
Back to list

Algo :: proxyMesh

Synopsis

   Replace the tessellations of the selected parts by a proxy mesh based on a voxelization

GUI Dialog

   

Script function

   algo.proxyMesh(scenePaths, voxelSize[, marchingCubes[, projectPoints]]) -> proxyMeshPart

Parameters

   scenePaths (ScenePathList) : Scene paths of part to process
   voxelSize (Distance) : Size of voxels
   marchingCubes (Boolean[optional] : Mesh the voxels using marching cubes
   projectPoints (Boolean[optional] : Project voxels corners to geometry

Return value

   proxyMeshPart (ScenePath) : Resulting part occurrence