Message 1 of 2
Tessellate TextBox contents into Geometry.

Not applicable
12-13-2012
05:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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?