I'm trying to use a GraphicsPath object to draw a profile for a
PathExtrusion which will require writing a simple parser to convert
one to t'other.

The documentation for PathExtrusion says that the profile is defined
by a series of Number3D points.  There is no mention of being able to
use curves in the profile but in the example it looks distinctly like
the extrusion has a curved profile.  Curves are not possible with an
array of points (unless some are defined as control points).

So... how do I translate CurveTo commands in a GraphicsPath object
into curved profiles for a PathExtrusion?

Reply via email to