Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I have a silly question : how do you define a cylindricalSurface?
I've tried this , but doesn't work:
XYZ pointInsersion;
Frame framecylindre = new Frame(pointInsersion, new XYZ(1, 0, 0), new XYZ(0, 1, 0), new XYZ(0, 0, 1));
CylindricalSurface cylindreGrue = new CylindricalSurface(framecylindre,50);
Thanks for your help!
Alex
Solved! Go to Solution.