how to unload plotstyle ?
how to unload plotstyle ?
hi,
is there any way to unload plotstyle from plotstyletable in dwgdirect?
i use odgicontextfordbdatabase::loadplotstyletable(odstr eambuf* ppstfile)
to load ctb style for a drawing, but i cannot find a way to return to previous linewidth style in a drawing.
regards,
savip
hi,
if you are using plotstyles, you should implement your own contextfordatabase and override its plotstyletype() method. if you want to disable plotstyles, this method should return odgicontext::kpsnone.
example of such implementation is cdwgviewer:

lotstyletype(), file dwgviewer.cpp, odamfcapp sample application.
sincerely yours,
george udov
thanks for help :]
savip