-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export data out of XC #33
Comments
There exist a package that exports the the geometry to SCIA XML: sciaXML. It can export also the mesh but the SCIA model that results is not very useful. You can see an example here: xc_to_scia.py. There is also the module DxfReader.py that can be use to import the geometry from a DXF file. You can see an example here: import_from_dxf.py. |
There is also some methods in the module NeutralMeshDescription.py that allos to import a mesh from DAT files generated by Salome. You can see an example here: dat_to_xc.py. |
You can also export the mesh to Paraview file format using vtkXMLUnstructuredGridWriter in VTK; I've added an example here: mesh_to_vtk_file_test.py. The model imported in Paraview (with some warnings in the process) looks like that: |
I Imagine there is a way to export the results to VTK (Paraview) too but i've never used it. Cheers. |
wow, cool that's the stuff I was looking for ... There is a lot to learn and try out ... |
Is one of the following possible and if yes how? workingModel of ana is agreat example to play with ...
Cheers bernd
The text was updated successfully, but these errors were encountered: