Hi David, I have gone through the branding framework and felt that is the way to go. Does paraview has any sample applications showing how the branding framework works. Also paraview comes with lot of functionality how do we locate what is needed. Like I need Nastran file reader(.nas) from ParaView. How do I get to that functionality in the paraview source?
Also Does it need to be c++ custom application? Can I use any .net language? Thanks and regards, Narasimha Prasad Baditela From: David E DeMarle [mailto:[email protected]] Sent: Wednesday, June 04, 2014 1:30 PM To: Narasimha Prasad Baditela Cc: [email protected] Subject: Re: [Paraview] customizing paraview with our own QT GUI You are familiar with ParaView's branding framework right? http://www.paraview.org/Wiki/Writing_Custom_Applications That is the right place to start - strip away everything you are not interested in. After that you will more or less use plugin functionality to add in new features that standard ParaView lacks. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Jun 4, 2014 at 2:06 PM, Narasimha Prasad Baditela <[email protected]<mailto:[email protected]>> wrote: Hi All, I am new to ParaView. We are trying to build Visualization application using ParaView library and Our own QT GUI. This is not a plugin. It’s a custom application. Any pointers to custom sample applications would be great help. The custom application will have the following functionality 1)Reading natran file and display model 2)common view operations like zoom pan rotate 3) selection functionality(ParaView provodes lot of in built selection functionality). I may have to extend this functionality or use out of the box functionality 4) Clipping. Thanks, Narasimha _______________________________________________ Powered by www.kitware.com<http://www.kitware.com> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
