Search found 1 match
- Wed Sep 11, 2024 3:14 am
- Forum: DG Kernel discussions
- Topic: Elliptical face on a torus
- Replies: 1
- Views: 2096
Re: Elliptical face on a torus
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. P...