vmtkmeshclipcenterlines

Description

interactively clip a mesh using the distance to centerlines

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
disabledDisabledbool10disable execution and piping
iMeshvtkUnstructuredGrid1the input mesh
ifileMeshInputFileNamestr1filename for the default Mesh reader
centerlinesCenterlinesvtkPolyData1
centerlinesfileCenterlinesInputFileNamestr1filename for the default Centerlines reader
radiusarrayRadiusArrayNamestr1MaximumInscribedSphereRadius
polyballtypePolyBallTypeint10type of polyball used (0: global, 1: local)
polyballresPolyBallResolutionint3[32, 32, 32]grid resolution for displaying the polyball
insideoutInsideOutbool11choose whether to clip the inside or outside of the polyball
entityidsarrayCellEntityIdsArrayNamestr1CellEntityIds
wallidWallCellEntityIdint11id of the first surface cells in the entityids list
tolTolerancefloat1-1.0tolerance used to reproject the entity ids on the new surface
ofileMeshOutputFileNamestr1filename for the default Mesh writer
clippedmeshfileClippedMeshOutputFileNamestr1filename for the default ClippedMesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
oMeshvtkUnstructuredGrid1the output mesh
clippedmeshClippedMeshvtkUnstructuredGrid1the clipped mesh