I am trying to draw a 3D plot in Petrel where I am trying to plot some volume data using OpenInventor.
I am doing this through a custom domain object. But I dont want to select an item from the input tree. I want my algorithm should automatically open a 3D window and do the plotting for me using data from that class.
How do I go about doing this?
I have a class with the data and the corresponding OIV factory class for plotting.
Please help. How do I create a cube and plot data automatically?
Regards