
Wed, 04/02/2008 - 12:01
Forums:
Hi all!
I just made a few geometries without any Viewer o(nly MODELING DATA and IGES_CONTROLWRITER were used) like:
=================================
tempPnt.SetCoord( pnt1.x, pnt1.y, pnt1.z);
tempPnt2.SetCoord( v1.x, v1.y, v1.z);
Handle(Geom_TrimmedCurve) curve = GC_MakeSegment(tempPnt , tempPnt2);
aSequence->Append(BRepBuilderAPI_MakeEdge(curve));
========================================
It's all working fine.
Now i want to know how i can write a text to an IGES using IGESControl_Writer?
Wed, 04/02/2008 - 16:12
Éxcuse me, i forgot to say that i would be very happy if you could give me a answer :-D
best regards
Mathias
Fri, 04/04/2008 - 17:12
I want to specify my questions a lil bit.
if i have a Graphic2d_Text object, how can i get something like TopoDS_Shape or something?
Is there a BRepBuilderAPI_?????? or something to do that.
thanks for your suggestions
best regards
mathias