Hello,
I need to construct a BRep face on a torus bounded by projection of an ellipse. Any ideas?
Thanks for any help.
			
			
									
						
										
						Elliptical face on a torus
- 
				Paul Sachs
- Posts: 1
- Joined: Wed Sep 11, 2024 3:08 am
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. Poke around the samples and docs to figure out the details.
			
			
									
						
										
						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.