Determines the extreme points (maxima and minima) of a parametric curve with respect to a given direction in object space.
Role: The return value is a linked list of curve_extremum objects,
each of which contains the parameter value of an extremum, together with a
classification of whether it is a maximum or a minimum. The list is returned in
increasing order of parameter.
Effect: Read-only
Parameters:
cur
given curve.
dir
given direction.
This object is included in the file: sp3crtn.hxx
Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.