
Sun, 03/09/2008 - 17:14
Forums:
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.
Mon, 03/10/2008 - 11:56
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.