Page 1 of 1

Sweeping a face

Posted: Thu Jul 14, 2022 5:24 am
by Janus_vaal
Hi
Is there any way to sweep a face along a wire, so that the normal of the face can be either tangential to the wire or to be parallel to the original face normal?.

Thanks.

Janus

Re: Sweeping a face

Posted: Sun Jul 17, 2022 2:01 am
by sarge
Have a look at the Surfaces example. It uses IWireArrayToSurfaceBuilder_DG. You could build the wire array first by cloning and modifying wire of the face.
Cheers

Re: Sweeping a face

Posted: Wed Jul 20, 2022 3:23 am
by Janus_vaal
Sorry a bit late: Thank you. I will try that