TYPE: SOP
TITLE: Edge Divide SOP

Edge Divide inserts points on the edges of polygons and optionally connects
them.

The group field expects a string as follows, each word separated by a space:

Examples:
    n                  - n is an integer.      Divides all edges in primitive n.
    pa                 - a is an integer.      Divides all edges with point a.
    nem                - n and m are integers. Divides edge m of primitive n.
    pa-b               - a and b are integers. Divides edge between points a
                                               and b.


Parameters:

    Group                    - The edges on which to insert points.
    Divisions                - The number of segments resulting from the
                               original edge.                           /numdivs

    Apply To All Coincident Edges - If the edge is specified by primitive, this
                                    option toggles between whether or not the
                                    edge division will apply to all the edges
                                    that share the points.  If the edge is 
                                    specified by points, this option has no
                                    effect.                          /applytoall

    Share New Points         - Toggles whether or not each coincident edge will
                               get its own points, or if they will all share
                               the new points.                     /sharedpoints
    Connect Points           - Toggles whether or not the new points should be
                               connected.  The points are connected in the
                               order that the edges are specified.
                                                                  /connectpoints
    Close Path               - Toggles whether or not the path traced out by
                               the connected points should be closed.  When a
                               path is closed, the point on the last edge is
                               connected to the point on the first edge.  Since
                               the connections are done with a minimum distance
                               criteria, to get the desired results, the length
                               of the path from the first edge to last edge 
                               should be smaller than the length of the rest of
                               the path.                              /closepath
            

See Also: Refine, Resample
