vmtkmeshclipper

Description

interactively clip a mesh with a box

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
disabledDisabledbool10disable execution and piping
iMeshvtkUnstructuredGrid1the input mesh
ifileMeshInputFileNamestr1filename for the default Mesh reader
insideoutInsideOutbool10toggle switching output and clipped surfaces
interactiveInteractivebool11toggle clipping with a widget or with a pre-defined scalar field
arrayClipArrayNamestr1Nonename of the array with which to clip in case of non-interactive clipping
valueClipValuefloat10.0scalar value at which to perform clipping in case of non-interactive clipping
renderervmtkRenderervmtkRenderer1external renderer
ofileMeshOutputFileNamestr1filename for the default Mesh writer
osurfacefileSurfaceOutputFileNamestr1filename for the default Surface writer
oclippedfileClippedMeshOutputFileNamestr1filename for the default ClippedMesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
oMeshvtkUnstructuredGrid1the output mesh
osurfaceSurfacevtkPolyData1the output surface corresponding to the cut
oclippedClippedMeshvtkUnstructuredGrid1the clipped mesh