showing lines with linetypes in ltypeshp.shx
showing lines with linetypes in ltypeshp.shx
i load a dwg with a line using a special linetype pattern found in "ltypeshp.shx". odamfcapp.exe displays the line with the correct linetype. if a remove "ltypeshp.shx" from the directory i can see that codamfcappapp::findfile is called to locate the it.
in my own implementation findfile is never called for "ltypeshp.shx". findfile is however called for finding other files. and the line entity ends up as only one call with 2 points (start and end) to my polylineout. it appears as if something stops dd (v1.13) from wanting to load "ltypeshp.shx" and display the line with the complex linetype.
i have overriden linetypegenerationcriteria to return 0.000000000001. it is called.
any hint as to what can cause this? where to start looking?
-rune
-rune jorgensen
www.dds.no
which gs device do you use for vectorization?
the typical reason for such effect is to forget to call odgsbasevectorizeview:

ntraitsmodified() from your odgsbasevectorizeview inheritant.
sincerely yours,
george udov
a call to odgsbasevectorizeview:

ntraitsmodified() fixed it. thanks! strange that it worked so well without it...
-rune jorgensen
www.dds.no