pline and plineproc
pline and plineproc
hi,
i want to call odgigeometrysimplifier:

lineproc by myself in odgibasevectorizer:

line. how do i get the right transform to pass to plineproc? have the rest of parameters to be changed before pass to plineproc?
tia
regards,
micha? ?liwka
last edited by sliwka; 8th september 2006 at 12:17 amfff">.
hi,
here is the original code:
code:
void odgibasevectorizer:

line(const odgipolyline& lwbuf,
oduint32 i, oduint32 numsegs)
{
if(effectivelyvisible() && !regenabort())
{
ontraitsmodified();
m_pactiveentrypoint->geometry().plineproc(lwbuf, 0, i, numsegs);
}
}
i hope it contains the answer... (?)