高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】odgigeometrysimplifier issue
odgigeometrysimplifier issue
odgigeometrysimplifier issue
i've been searching for a way to decompose autocad text entities for an exporter i'm writing, and i stumbled upon this post:
i suspect you will also need to override :
virtual void polygonout(odint32 nbpoints, const odgepoint3d *pvertexlist, const odgevector3d *pnormal = 0);
as text is vectorized into polygons/triangles. i stumbled accross this some time ago, when text was changed to be displayed from polylines to solid filled objects. i too had a similar issue, and this fixed it.
hope this helps
cheers
jason
that's it jason - thanks alot.
f.
|