Click here to Skip to main content
15,889,874 members
Home / Discussions / C#
   

C#

 
AnswerRe: there is recursive function in my project and i have error that is "An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll" Pin
dybs30-Oct-09 12:23
dybs30-Oct-09 12:23 
AnswerRe: [Message Deleted] Pin
Christian Graus30-Oct-09 13:26
protectorChristian Graus30-Oct-09 13:26 
QuestionInvoking a cmd command on remote machine Pin
CodingYoshi30-Oct-09 10:56
CodingYoshi30-Oct-09 10:56 
QuestionHow to get the PrimaryKey inserted using DATASET Tableadapter's Insert Function ? Pin
Dr.DigiTaL30-Oct-09 8:58
Dr.DigiTaL30-Oct-09 8:58 
AnswerRe: How to get the PrimaryKey inserted using DATASET Tableadapter's Insert Function ? Pin
Henry Minute30-Oct-09 10:10
Henry Minute30-Oct-09 10:10 
QuestionHow to get the serial number input by the user during the installation? Pin
fishcosine30-Oct-09 7:01
fishcosine30-Oct-09 7:01 
AnswerRe: How to get the serial number input by the user during the installation? Pin
Henry Minute30-Oct-09 10:18
Henry Minute30-Oct-09 10:18 
Question3D rendering control on C# form Pin
robot_builder30-Oct-09 6:20
robot_builder30-Oct-09 6:20 
We have put in 30+ hours of research on this one and are still trying to figure out what the correct development path should be. It's time to ask for some experienced help.

What we need is to create a control that renders predefined 3D models of robots which we can drop onto C# and VB.net forms. The control would expose basic robot control to the form and programmers. For example:
- robotcontrol.arm.joint(2).position = 45
- a form button that toggles wireframe view
- clicking on the control can output 3D coordinates of where the users mouse is for us to incorporate feedback control etc.

We aren't game developers so building a 3D world inside a control from scratch is a rather daunting approach. I have scoured the internet for 3rd party tools that can help build this control and leadwerks is the only thing I've found that's close. I've also found one program that is made for adding 3D CAD viewers to .net applications. It works well, but lacks the ability to create any kind of parent/child relationship between the parts. For every degree of movement on any appendage you have to redraw the entire scene. That is a math and CPU nightmare for complex robots.

I have been learning Blender and we can import our CAD file parts into the program and I'm learning constraints to connect them together. Blender can export as .X directX files. It seems we can model a robot this way, but here's where we get lost. What is the way to bridge having a Blender model and creating a .NET control for it? There doesn't seem to be any examples, tutorials, etc out there for bridging these two worlds.

So I wanted to ask the community how they think this could be best developed. Any sage wisdom on this?

Thanks!

robot_builder
AnswerRe: 3D rendering control on C# form Pin
ARon_30-Oct-09 6:43
ARon_30-Oct-09 6:43 
QuestionHow to deploy a c# application connected to sql server express database ? Pin
Dr.DigiTaL30-Oct-09 5:58
Dr.DigiTaL30-Oct-09 5:58 
AnswerRe: How to deploy a c# application connected to sql server express database ? Pin
Not Active30-Oct-09 6:02
mentorNot Active30-Oct-09 6:02 
QuestionVirtual methods and reduntant XmlDoc Pin
dojohansen30-Oct-09 4:14
dojohansen30-Oct-09 4:14 
AnswerRe: Virtual methods and reduntant XmlDoc Pin
Gideon Engelberth30-Oct-09 5:27
Gideon Engelberth30-Oct-09 5:27 
GeneralRe: Virtual methods and reduntant XmlDoc Pin
dojohansen31-Oct-09 2:31
dojohansen31-Oct-09 2:31 
QuestionC# application slow to response after period of inactivity Pin
RobScripta30-Oct-09 3:48
professionalRobScripta30-Oct-09 3:48 
AnswerRe: C# application slow to response after period of inactivity Pin
Saksida Bojan30-Oct-09 4:45
Saksida Bojan30-Oct-09 4:45 
GeneralRe: C# application slow to response after period of inactivity Pin
RobScripta30-Oct-09 5:20
professionalRobScripta30-Oct-09 5:20 
GeneralRe: C# application slow to response after period of inactivity Pin
Saksida Bojan30-Oct-09 5:40
Saksida Bojan30-Oct-09 5:40 
AnswerRe: C# application slow to response after period of inactivity Pin
Paulo Zemek30-Oct-09 7:21
mvaPaulo Zemek30-Oct-09 7:21 
GeneralRe: C# application slow to response after period of inactivity Pin
RobScripta30-Oct-09 21:40
professionalRobScripta30-Oct-09 21:40 
GeneralRe: C# application slow to response after period of inactivity Pin
dojohansen31-Oct-09 22:40
dojohansen31-Oct-09 22:40 
GeneralRe: C# application slow to response after period of inactivity Pin
Paulo Zemek1-Nov-09 2:57
mvaPaulo Zemek1-Nov-09 2:57 
QuestionHow to show "Press any key to Continue" Pin
yakupc30-Oct-09 3:41
yakupc30-Oct-09 3:41 
AnswerRe: How to show "Press any key to Continue" Pin
Richard MacCutchan30-Oct-09 3:55
mveRichard MacCutchan30-Oct-09 3:55 
GeneralRe: How to show "Press any key to Continue" Pin
vtchris-peterson30-Oct-09 4:14
vtchris-peterson30-Oct-09 4:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.