vmtk
Recent Changes - Search:

vmtk

projects

links

edit SideBar

VmtkScripts / Vmtkmeshreader

vmtkmeshreader

Description

read a mesh and stores it in a vtkUnstructuredGrid object

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
disabledDisabledbool1 0disable execution and piping
fFormatstr1["vtkxml","vtk","fdneut","ngneut","tecplot"] file format (fdneut - FIDAP neutral format, ngneut - Netgen neutral format)
guessformatGuessFormatbool1 1guess file format from extension
iMeshvtkUnstructuredGrid1  the input mesh
ifileInputFileNamestr1  input file name
ghostnodesGhostNodesbool1 1store all nodes for 9-noded quads, 7-noded triangles, 27-noded hexahedra, 18-noded wedges; otherwise, store them as 8-noded quads, 6-noded triangles, 20-noded hexahedra, 15-noded wedges - fdneut only
volumeelementsonlyVolumeElementsOnlybool1 0only read volume elements - fdneut and ngneut
entityidsarrayCellEntityIdsArrayNamestr1 CellEntityIdsname of the array where entity ids have to be stored - ngneut only
ofileMeshOutputFileNamestr1  filename for the default Mesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
oMeshvtkUnstructuredGrid1  the output mesh
entityidsarrayCellEntityIdsArrayNamestr1 CellEntityIdsname of the array where entity ids have been stored - ngneut only
Edit - History - Print - Recent Changes - Search
Page last modified on September 09, 2010, at 01:44 AM