Is there a way that i can make the Geom2d_TrimmedCurve to TopoDS_Edge?
Thanks!
Ben 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.
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.