• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor Customization

    Reply
    Member
    Posts: 3
    Registered: ‎12-13-2012

    Tessellate TextBox contents into Geometry.

    59 Views, 1 Replies
    12-13-2012 05:48 AM

    I am using Inventor 2013 API for an application that imports Solid bodies and Sketches from Inventor parts.

    Observed that when we import sketch entities, the Text object simply returns 4 lines representing its bounding box. What I want to do here, is to get the formated text as a collection of geometric entities. (lines, splines, arcs)

     

    Is there any API available to "explode" text into entities, or may be a cleaner method that simply returns tesselation of formated text?

     

    Please use plain text.
    ADN Support Specialist
    Posts: 201
    Registered: ‎06-02-2009

    Re: Tessellate TextBox contents into Geometry.

    01-07-2013 11:59 PM in reply to: Vaal_it

    Hi Vaal_it,

     

    Unfortunately there isn't an API that could directly tesselate a text entity.

     

    You can access the text content and process it using your own logic or a third-party API able to tesselate text (AutoCAD can do that for example). Another suggestion would be to create a very thin extrusion based on a sketch containing exactly the text to tesselate and then you would be able to use CalculateFacets on the SurfaceBody generated by this extrusion.

     

    I hope it helps.

     

    Regards,

    Philippe.



    Philippe Leefsma
    Developer Technical Services
    Autodesk Developer Network

    Please use plain text.