VTK Plugin
Overview
The VTK Data Provider Plugin has been developed using Data Provider Framework.
The provider can be plugged into applications based on HOOPS Envision for Desktop. This includes HOOPS Envision Demo Analyzer and the RemoteModel server (UgServer) in HOOPS Envision for Web. The same plugin can be used both on web and desktop.
The cdp_Vtk plugin provides the following data based on a given ModelKey:
- Meta data about the given model: Number of states (time increments), geometries (multiple domains + boundaries), results
- CAE model with elements and nodes
- Results: Scalar, Vector, Displacements and Tensors
- Element sets
The VTK data provider plugin will then be used as first priority to open all your .vtu, .pvtu, .pvd and .vtm files. If the built-in Vtk reader should be used, just delete the cdp_VtkPlugin plugin from this path.
Available Options
The following options are supported by the Vtk Reader Data Provider:
Name | Type | Default | Description |
---|---|---|---|
READ_VECTOR_AS_DISPLACEMENT | boolean | false | Read Vector as Displacements |
USE_CEETRON_ACCESS_COMPATIBILITY | boolean | true | HOOPS Access compatibility: i.e Use 6 components as SymTensor. Use 3 components as vector. Use Results Nature |
RESULTS_NAMES_MAPPING | string | U=VELOCITY;displacement=DISPLACEMENT;strain=STRAIN;strain_energy_density=STRAIN_ENERGY_DENSITY;stress=STRESS;pd=PRESSURE;T=TEMPERATURE;points=POSITION;origId=IDENTIFIER;rho=DENSITY;gamma=FLUID_PHASE;positions=POSITION;cellID=IDENTIFIER;scalars=SCALARS |