NAME
DtNurbsGetVKnotVector - Get the V knot vectors for the given
NURBS surface.
SYNOPSIS
#include <Dt.h>
int DtNurbsGetVKnotVector( int shapeID, int groupID, int *num, float **uKnotVector )
DESCRIPTION
DtNurbsGetVKnotVector() returns the V knot vectors for the
NURBS surface via the pointer to the variable uKnotVector.
The number of knot vectors in the surface is returned via
the pointer to num. The V knot vectors are shapeID and group
groupID.
IMPLEMENTATION
The AliasAPI implementation of Dt does not support any
NURBS geometry. No NURBS geometry will be returned by this
function.
DIAGNOSTICS
DtNurbsGetVKnotVector() returns one on success and zero on
failure.
FILES
Link with -lDtOMio