Elliptical face on a torus

Everything DG Kernel: Technical discussions and issues
Post Reply
Rene Dubois
Posts: 1
Joined: Tue Sep 10, 2024 3:48 am

Elliptical face on a torus

Post by Rene Dubois »

Hello,

I need to construct a BRep face on a torus bounded by projection of an ellipse. Any ideas?

Thanks for any help.
Paul Sachs
Posts: 1
Joined: Wed Sep 11, 2024 3:08 am

Re: Elliptical face on a torus

Post by Paul Sachs »

Have a look at the Face sample.

The surface for the face can be created using IStdShape_DG. See the Obj Array sample new Standard Object option.

Wire for the face will have a single edge. Its curve can be created using IUVSurface_DG.GetCurveProjection()

This is super concise. Others may have more. Poke around the samples and docs to figure out the details.
Post Reply