DWF Viewer (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 8
Anonymous
181 Views, 7 Replies

Bezier

Is there a possibility that Express Viewer will support beziers!? Otherwise
we have to split them in seperate straight lines...

Dick
7 REPLIES 7
Message 2 of 8
Anonymous
in reply to: Anonymous

Not likely. That part of the DWF toolkit was not implemented.

"company account" wrote in message
news:CFA5864E9E7B51508DEB0A3264AAE5DA@in.WebX.maYIadrTaRb...
> Is there a possibility that Express Viewer will support beziers!?
Otherwise
> we have to split them in seperate straight lines...
>
> Dick
>
>
Message 3 of 8
Anonymous
in reply to: Anonymous

Unfortunately no, we haven't implemented beziers in DWF as yet. Until we do
so, you'll have to tessellate to lines or arc segments.

Jeffrey Klug
Sr. Developer
Autodesk, Inc.

"Scott Sheppard" wrote in message
news:6739E90341DD813D3E77CCE846AEA5DB@in.WebX.maYIadrTaRb...
> Not likely. That part of the DWF toolkit was not implemented.
>
> "company account" wrote in message
> news:CFA5864E9E7B51508DEB0A3264AAE5DA@in.WebX.maYIadrTaRb...
> > Is there a possibility that Express Viewer will support beziers!?
> Otherwise
> > we have to split them in seperate straight lines...
> >
> > Dick
> >
> >
>
>
Message 4 of 8
Anonymous
in reply to: Anonymous

Dear all,

Before I asked about the availability of beziers in EV. Not available...
only in VoloView. So I implemented the conversion from bezier to a simple
polyline containing straight lines only.
I was wondering if there is any possibility to make something like this
pseudocode in DWF (somekind of 'scripting'):

if (viewer == voloview) make_real_bezier();
else make_approximation_with_polyline;

Kind regards,

Dick Marjot
ARKEY SYSTEMS bv
Message 5 of 8
Anonymous
in reply to: Anonymous

EV is not an editor and so it has no functionality for editing DWFs. DWF is
an open format and Autodesk provides a toolkit for creating DWFs. The
current toolkit available on the web site is for DWF 5.5 (single sheet
only), but the new 6.0 Toolkit will be available soon.



Ben


"company account" wrote in message
news:1BD75EE47778E351FAF8A83ED53D263B@in.WebX.maYIadrTaRb...
> Dear all,
>
> Before I asked about the availability of beziers in EV. Not available...
> only in VoloView. So I implemented the conversion from bezier to a simple
> polyline containing straight lines only.
> I was wondering if there is any possibility to make something like this
> pseudocode in DWF (somekind of 'scripting'):
>
> if (viewer == voloview) make_real_bezier();
> else make_approximation_with_polyline;
>
> Kind regards,
>
> Dick Marjot
> ARKEY SYSTEMS bv
>
>
Message 6 of 8
Anonymous
in reply to: Anonymous

FWIW, we are not planning on introducing bezier objects in the DWF 6 format
at this time.

Jeffrey Klug
Autodesk, Inc.



"Ben Cochran" wrote in message
news:FB8FA5B737055C56923B1AA5AA6A6AAA@in.WebX.maYIadrTaRb...
> EV is not an editor and so it has no functionality for editing DWFs. DWF
is
> an open format and Autodesk provides a toolkit for creating DWFs. The
> current toolkit available on the web site is for DWF 5.5 (single sheet
> only), but the new 6.0 Toolkit will be available soon.
>
>
>
> Ben
>
>
> "company account" wrote in message
> news:1BD75EE47778E351FAF8A83ED53D263B@in.WebX.maYIadrTaRb...
> > Dear all,
> >
> > Before I asked about the availability of beziers in EV. Not available...
> > only in VoloView. So I implemented the conversion from bezier to a
simple
> > polyline containing straight lines only.
> > I was wondering if there is any possibility to make something like this
> > pseudocode in DWF (somekind of 'scripting'):
> >
> > if (viewer == voloview) make_real_bezier();
> > else make_approximation_with_polyline;
> >
> > Kind regards,
> >
> > Dick Marjot
> > ARKEY SYSTEMS bv
> >
> >
>
>
Message 7 of 8
Anonymous
in reply to: Anonymous

Okay, not implemending is not a huge problem but will there be a possibility
to make something like an IF-statement in the DWF so if it's loaded in
VoloView the beziers will be displayed and otherwise the proximation. Both
will be available in the DWF of course but only one is shown, depending on
the viewer.
I'm talking about adding it manually to an textbased (readable for the human
eye) DWF file...

Dick Marjot
ARKEY SYSTEMS bv

"Jeffrey Klug" wrote in message
news:3E014D5B0E759A5AFB9348785960A3CE@in.WebX.maYIadrTaRb...
> FWIW, we are not planning on introducing bezier objects in the DWF 6
format
> at this time.
>
> Jeffrey Klug
> Autodesk, Inc.
Message 8 of 8
Anonymous
in reply to: Anonymous

No I don't think that will happen. I think since the "DWF toolkit" does not
have the ability to do the Beziers, and almost all of the applications that
read and write DWF files use the DWF toolkit, then there is no point in
having the IF-statement. DWF is not like a DWG with proxy graphics. The
premise of the DWF format is that it is ready to be rendered.

"company account" wrote in message
news:A1D0744BDDDD6AA1E1AC0EA5383C8090@in.WebX.maYIadrTaRb...
> Okay, not implemending is not a huge problem but will there be a
possibility
> to make something like an IF-statement in the DWF so if it's loaded in
> VoloView the beziers will be displayed and otherwise the proximation. Both
> will be available in the DWF of course but only one is shown, depending on
> the viewer.
> I'm talking about adding it manually to an textbased (readable for the
human
> eye) DWF file...

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report