Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Show 3D Model on Windows Form in .Net (C#)?
owen_sparks
Member, Developers Posts: 2,660 PRO
Hi folks.
Is anyone aware of a .NET Windows Forms Control that can display a 3D model? (Step Parasolid etc.)
Ideally all I want a user to be able to do is spin the model round and zoom.
There seem to be a bunch of widgets to design models in forms but I'm looking for a lighter viewer if possible.
Plan B is prerecorded spinning animation in a media player but that seems like a bit of a bodge.
Thanks all,
Owen S.
Business Systems and Configuration Controller
HWM-Water Ltd
HWM-Water Ltd
Tagged:
0
Comments
HWM-Water Ltd
I did a search and found a few collada .net viewers. Could you export as collada and use that?
HWM-Water Ltd
HWM-Water Ltd
HWM-Water Ltd
Doesn't do everything forms can, but you can always add that dll too
HWM-Water Ltd
When using WPF don't think of windows forms at all. It is really designed to be programed with the MVVM pattern where the View is separated from the logic of the program. It takes some getting used to.
HWM-Water Ltd