vmtk
Recent Changes - Search:

vmtk

projects

links

edit SideBar

VmtkScripts / Vmtksurfacecapper

vmtksurfacecapper

Description

add caps to the holes of a surface, assigning an id to each cap for easy specification of boundary conditions ("simple" method only).

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
disabledDisabledbool1 0disable execution and piping
iSurfacevtkPolyData1  the input surface
ifileSurfaceInputFileNamestr1  filename for the default Surface reader
methodMethodstr1["simple","centerpoint","smooth"]simplecapping method
triangleTriangleOutputbool1 1toggle triangulation of the output
entityidsarrayCellEntityIdsArrayNamestr1 CellEntityIdsname of the array where the id of the caps have to be stored
entityidoffsetCellEntityIdOffsetint1(0,)1offset for entity ids ("simple" method only")
constraintConstraintFactorfloat1 1.0amount of influence of the shape of the surface near the boundary on the shape of the cap ("smooth" method only)
ringsNumberOfRingsint1(0,)8number of rings composing the cap ("smooth" method only)
interactiveInteractivebool1 1 
renderervmtkRenderervmtkRenderer1  external renderer
ofileSurfaceOutputFileNamestr1  filename for the default Surface writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
oSurfacevtkPolyData1  the output surface
entityidsarrayCellEntityIdsArrayNamestr1 CellEntityIdsname of the array where the id of the caps are stored
Edit - History - Print - Recent Changes - Search
Page last modified on February 05, 2012, at 02:43 PM