Engineering Design
-
Ok, I am not sure how to explain what i want but i will give it a go. Do you know those electronic circuit analysis programs where you can drag a resistor onto a page and construct a circuit? There are many other engineering programs that work in a similar way and perform calculations based on your design. I want to make an environment where i can construct a circuit. Is there an easy way to do this. Or is there any similar code i can use?
-
Ok, I am not sure how to explain what i want but i will give it a go. Do you know those electronic circuit analysis programs where you can drag a resistor onto a page and construct a circuit? There are many other engineering programs that work in a similar way and perform calculations based on your design. I want to make an environment where i can construct a circuit. Is there an easy way to do this. Or is there any similar code i can use?
I'd imagine a base 'object' class, and then derived objects that represent resistors, etc. These would be added to a collection of objects as they are dropped on the screen. Calculating what the circuit created is, and so on, would be a whole bunch of work on top of that, obviously.
Christian Graus Driven to the arms of OSX by Vista.
-
I'd imagine a base 'object' class, and then derived objects that represent resistors, etc. These would be added to a collection of objects as they are dropped on the screen. Calculating what the circuit created is, and so on, would be a whole bunch of work on top of that, obviously.
Christian Graus Driven to the arms of OSX by Vista.
Paper clip: I see you are creating a transister radio; would you like some help with that?
-
Paper clip: I see you are creating a transister radio; would you like some help with that?
*grin* NOW you're talking.
Christian Graus Driven to the arms of OSX by Vista.
-
Paper clip: I see you are creating a transister radio; would you like some help with that?
PIEBALDconsult wrote:
Paper clip
*shotgun* BANG, oh damn another screen gone......
Never underestimate the power of human stupidity RAH
-
PIEBALDconsult wrote:
Paper clip
*shotgun* BANG, oh damn another screen gone......
Never underestimate the power of human stupidity RAH
Hi, if shooting monitors is a habit of yours, you should consider buying those new OLED ones. They are organic, so given the right amount of nutrients and water may make them recover from modest shot wounds. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
-
Hi, if shooting monitors is a habit of yours, you should consider buying those new OLED ones. They are organic, so given the right amount of nutrients and water may make them recover from modest shot wounds. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
much cheaper to banish clippy to the pits of hell....
Never underestimate the power of human stupidity RAH
-
much cheaper to banish clippy to the pits of hell....
Never underestimate the power of human stupidity RAH
That won't cut it, if you dismiss Clippy then Rocky or one of his friends will haunt you. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
-
I'd imagine a base 'object' class, and then derived objects that represent resistors, etc. These would be added to a collection of objects as they are dropped on the screen. Calculating what the circuit created is, and so on, would be a whole bunch of work on top of that, obviously.
Christian Graus Driven to the arms of OSX by Vista.
thanks I will give it a go. Does anyone know of any code that i can work from?