How to use libGLTFWriter.lib static c++ library in python to create .avz file ?

Sangram Sapkal
Sangram Sapkal Member, Employee Posts: 3
First Anniversary Ansys Employee
✭✭✭

I have integrated the Ansys Viewer into one of the Ansys web application, and it is using OptisLang as a flagship product.
Now I have FMOP data to visualize my CAD file in the Python 3D viewer, but I want to visualize it in the Ansys viewer.
As Statics of Structure (OptisLang tool) does not have the facility to convert FMOP into.AVZ, I need help to understand how to create a .AVZ file.
I got to know there is one static C++ library (libGLTFWriter.lib) used to create.avz files, but I wanted to check the recipe to create the.avz files from this library.

Answers