question about revolving a triangle

Technical discussions
Post Reply
Lesley Eloit
Posts: 2
Joined: Tue Jul 09, 2019 6:31 am

question about revolving a triangle

Post by Lesley Eloit »

Hello
Is there a way to revolve a triangle to get a brep bspline cone?
Thanks

NigelR
Posts: 3
Joined: Fri Aug 09, 2013 9:34 am

Re: question about revolving a triangle

Post by NigelR »

Hi Lesley
Get dimensions of your triangle and use IStdShape_DG.Cylinder(). Put zero for topRadius. Search samples for an example. I think ObjArray has it. Once you create it you can move it around with IFrame*

Lesley Eloit
Posts: 2
Joined: Tue Jul 09, 2019 6:31 am

Re: question about revolving a triangle

Post by Lesley Eloit »

Thank you, Nigel

Post Reply