|
Author
|
Topic: Set of files in the PartViewer
|
brendgens Junior Member
|
posted June 16, 2004 04:43 AM
Is it possible to import a set of SAT / STL files into one window of the PartViewer.Bre IP: Logged |
Shilpa Administrator
|
posted June 18, 2004 01:30 PM
Sorry!! That's not possible.IP: Logged |
Rohit Junior Member
|
posted July 27, 2004 01:54 AM
quote: Originally posted by brendgens: Is it possible to import a set of SAT / STL files into one window of the PartViewer.Bre
Hi I have just implemented this for both the part viewers as well as the ATL activeX control. I can load multiple files in the part viewer (this was very easy and had to just remark out a couple of lines). For the ATL control, I have ability to show multiple streamed files as well as delete the them from the control. Let me know what you want and i will share the code.
Rohit IP: Logged |
brendgens Junior Member
|
posted July 28, 2004 02:20 AM
I would like to import a set of SAT files, where I first maybe only see the file names and then have the possibility to load / unload the SAT files by clicking on the names / set of names.Willi
IP: Logged |
Rohit Junior Member
|
posted July 29, 2004 05:22 AM
quote: Originally posted by brendgens: I would like to import a set of SAT files, where I first maybe only see the file names and then have the possibility to load / unload the SAT files by clicking on the names / set of names.Willi
That is exactly what we are implementing. On the left is a pane with a treeview which is the product breahdown. The nodes have checkboxes. 'Checking' a checkbox includes it in the view and unchecking it removes it. I have used a modified ATL control to do the thick .NET client as well as the web client. Rohit IP: Logged |
brendgens Junior Member
|
posted July 29, 2004 06:34 AM
Sounds great. What to do to get the program?Willi IP: Logged |
nbaditela Junior Member
|
posted May 19, 2006 03:16 PM
Rohit. You have done a great job. I am trying to do similar thing here. Is it possible to get some code samples for the web based and .net application using hoops activex control.Thanks Narasimha IP: Logged |
Rohit Junior Member
|
posted June 05, 2006 04:00 AM
Hi,I have spent the last year or so customising the ATL control to a veryhigh degree and used it in an ASP .NET application. Because it is a commercial app, i cant share the code, but if you tell me what you are trying to do, i might be able to help you. R [This message has been edited by Rohit (edited June 05, 2006).] IP: Logged |