
Fri, 04/09/2004 - 12:33
Forums:
hi guys
I have a question, and please help me!
Is there a way that i can make the Geom2d_TrimmedCurve to TopoDS_Edge?
Thanks!
hi guys
I have a question, and please help me!
Is there a way that i can make the Geom2d_TrimmedCurve to TopoDS_Edge?
Thanks!
Sat, 04/10/2004 - 01:30
You might consider taking the Geom2d_TrimmedCurve into 3D using the GeomAPI::To3d method. Since the Geom2d_TrimmedCurve has only X and Y coordinates, you will need to specify the plane in which it exists.