adding 3d text.

Hello,

I am looking for a function to create 3d Text objects. The function should get gp_Pnt and gp_Dir and construct a compound of letters.

I have seen the Draw_Text3D and Prs3d_Text classes however they only draw the text and I want to get a TopoDS_Compound.

Any ideas?

Thank you guys.

Denis Teissandier's picture

According to me there is no solution.
You will have to define a TopoDS_Compound to model a text3d by a specific development in OCC.

Denis.