vmtkthreshold

Description

Extract part of surface or mesh with cell entitiy ids between given thresholds.

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
disabledDisabledbool10disable execution and piping
isurfaceSurfacevtkPolyData1the input surface
isurfacefileSurfaceInputFileNamestr1filename for the default Surface reader
imeshMeshvtkUnstructuredGrid1the input mesh
imeshfileMeshInputFileNamestr1filename for the default Mesh reader
entityidsarrayCellEntityIdsArrayNamestr1CellEntityIdsname of the array where entity ids have been stored
lowthresholdLowThresholdint10lower threshold for surface filtering
highthresholdHighThresholdint11higher threshold for surface filtering
osurfacefileSurfaceOutputFileNamestr1filename for the default Surface writer
omeshfileMeshOutputFileNamestr1filename for the default Mesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
osurfaceSurfacevtkPolyData1the output surface
omeshMeshvtkUnstructuredGrid1the output mesh
entityidsarrayCellEntityIdsArrayNamestr1CellEntityIdsname of the array where entity ids have been stored