HI,
My need is to add 2D modeling capabalities to my busineess application in C#.Net. My application has its own business objects , and a dedicated UI to input technological data . But here is a need to draw these objects ,and I don’t want to re-code 2D graphics, 2D Geometry “from scratch” .
The scenario I Would like to do is
- The user choose in my application an object to draw, for example a wall
- Inside my application the user draw the “wall” in embeded Rhino
- Thne I can I get in my application some information from embeded Rhino ( Postion of wall for example)
For this scenario , I need to use a customize UI windows , embed it in my application, i need to have an access to Rhino API.
Is Rhino a right tool fo such scenario ?
Thanks