UNPKG

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

Version:

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

12 lines (7 loc) 222 B
// Generated file. To retain edits, remove this comment. import { PolyData } from 'itk-wasm' interface MeshToPolyDataNodeResult { /** Output polydata */ polyData: PolyData } export default MeshToPolyDataNodeResult