Author Topic: P/Invoke AcGiTextEngine->Tesselate  (Read 1499 times)

0 Members and 1 Guest are viewing this topic.

Chumplybum

  • Newt
  • Posts: 97
P/Invoke AcGiTextEngine->Tesselate
« on: September 25, 2011, 07:07:31 PM »
Hi,

I'm trying to write a routine that explodes text into its elements. I've come across an arx example that does just this, however, with my limited c++ knowledge i've been unable to get the example compiled and so far i've been unable to find the signature in the acad.exe or acdb18.dll files (although i have found the AcGiLinetype->Tesselate...http://www.theswamp.org/index.php?topic=34278.msg395811 (thanks Kerry)). Does anyone know how to PInvoke Tesselate from the AcGiTextEngine, or be able to point me to a web example of how to create / write the c++ code that can then be accessed via a .net dll?

thanks in advance


cheers, Mark