volumetricPrimitives icon indicating copy to clipboard operation
volumetricPrimitives copied to clipboard

Unrecognized function or variable 'polygon2voxel_double'.

Open zyang97 opened this issue 2 years ago • 0 comments

Thanks for your work! I'm trying to run Matlab preprocessing script but have this issue reporting unrecognized function 'polygon2voxel_double'. Does anyone have solutions for this one?

Unrecognized function or variable 'polygon2voxel_double'.

Error in polygon2voxel (line 171)
Volume=polygon2voxel_double(FacesA,FacesB,FacesC,VerticesX,VerticesY,VerticesZ,VolumeSize,Wrap);

Error in precomputeShapeData (line 61)
        Volume=polygon2voxel(FV,gridSize,'none',false);

zyang97 avatar Jul 13 '22 18:07 zyang97