UNPKG

@itk-wasm/mesh-to-poly-data

Version:

Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.

12 lines (7 loc) 257 B
// Generated file. To retain edits, remove this comment. import { Mesh, WorkerPoolFunctionResult } from 'itk-wasm' interface PolyDataToMeshResult extends WorkerPoolFunctionResult { /** Output mesh */ mesh: Mesh } export default PolyDataToMeshResult