DiscussionsIssue archiveOther usage issues

Archived discussion

Text for geom

Other usage issuesWed, 04/02/2008 - 12:012 replies

Browse this forum
QuestionAuthor

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?

Discussion

2 archived replies

Posts are displayed in their archived order.

01Author

Éxcuse me, i forgot to say that i would be very happy if you could give me a answer :-D

best regards

Author

02Author

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

Author