Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
ivToHTML tool

VSG extension ivToHTML converts a .iv file to HTML format.

SYNOPSIS:

    ivToHTMLAction infile.iv outfile.html

DESCRIPTION:

    This example loads user defined OpenInventor file and apply an SoToHTMLAction in order to insert the resuling rendering into an standard HTML file. The rendering is inserting as an image in the html page.

EXAMPLES

    ivToHTMLAction $OIVHOME/data/models/bird.iv outputfile.html

FILES:

    • Inventor/IvToHTMLAction/IvToHTMLAction.cxx

SEE ALSO

SoToHTMLAction