Drawing 3D schematic of a drilling wellbore
-
For developing/designing of a 3D Drilling Well Schematic, I'm looking for a best solution. In the well schematic I want to show some pipes/flow direction by arrow lines/ and other objects like bit. Also, I like to give animation to some of the objects like bit.
Here are some 2D painting of the drilling wellbore schematic:
2d Wellbore schematic1
2d Wellbore schematic2
2d Wellbore schematic3I'm looking for best advice to use which library and best solutions. For example is Qt3D or data visualization library are good choices and which of them are easier and better for my aim.
-
No actually we've written a program for oil industry and I want to show 3D Well schematic. I want to exactly build the program and integrate the well schematic into my program. Also, the well schematic must be dynamic.
-
Thanks, But I'm not an expert in openGL at all. Where I have to start with?
-
I'd strongly recommended to build the 3D model in an appropriate CAD software such as the ones that @VRonin mentioned and then import them in your programs 3D scene. Do not try to assemble a 3D model in code.
Just my personal two cents though. -
Qt3D supports different versions of OpenGL, these two books are the fundamental reference (a bit like The C++ Programming Language by Stroustrup is for C++) but there are more recent books available, just chek OpenGL webpage
-
@Joel-Bodenmann In this case, is it possible to change objects or their geometry dynamically at runtime?
-
check this link..there is open source realtime modeling sw ..so check the code and you will see ..but do not wait some super easy way writing realtime 3d from beginig in opengl or directX is not for a few hours
http://blog.qt.io/blog/2016/06/16/introducing-qt-3d/?utm_campaign=Qt 5.7&utm_content=34934134&utm_medium=social&utm_source=facebook -
@kralpavel I know :D Thanks any way. I'll check them