PyX — Gallery: path/
Overview for this section
circles
split
Splitting of paths at several points, which are not ordered along the path, might look a little stange at first. This gallery example will show you the basic procedure PyX applies for that case. more ...
Deforming paths
In this example, another type of stroke attributes is demonstrated, namely the deformers
. They take an original curve and return a modified one.
more ...
parallel
Paths with constant distance
The example shows how to create paths with constant distance. This is achieved with the aid of deformer.parallel
, which has already been used in the above example.
more ...