HyperView H3D Options

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hi,

 

I am trying to export H3D files from HyperMesh (2017.1) and would like to set specific options I am currently struggling with.

What I would like to do is to export the components of my db with the different properties coloured. However, even if I have my HM session with the view set 'by Prop', when exporting the FE in H3D, the colours are set by component (one single colour by component then). I would like to know whether it is possible to have the colours of the each and every property directly in the H3D file?

The aim is to export these components using tcl commands. I currently do it using the folllowing commands which does not give the expected result (properties coloured) :

*createstringarray 4 'model=1' 'overwrite=1' 'title=0' 'result=0'
*writeh3dwithoptions '$output_dir/H3D/$component.h3d' 1 4

 

Another point is about the Model Info. Is it possible, using tcl commands, to export an H3D file without model info or changing what is being written at its place?


Thank you in advance,

Olivier

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited September 2017

    Another point is about the Model Info. Is it possible, using tcl commands, to export an H3D file without model info or changing what is being written at its place?

     

    Hi Olivier,

    Can you try with the Notes panel in HyperView, where it is possible to edit/add and delete the model info. Try this option and export the file.

    <?xml version="1.0" encoding="UTF-8"?>Capture.PNG