def getVFByMarchingCubes(voxels, threshold=0.5): v, f = sk.marching_cubes(voxels, level=threshold) return v, f