NAME
DtNurbsGetIndex - Get the indices for the given NURBS
surface.
SYNOPSIS
#include <Dt.h>
int DtNurbsGetIndex( int shapeID, int groupID, int *count, long **indices )
DESCRIPTION
DtNurbsGetIndex() returns the indicies in the NURBS surface,
via the pointer to the variable indices. The number of
indices in the surface is returned via the pointer to count.
The indices are for the 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
DtNurbsGetIndex() returns one on success and zero on
failure.
FILES
Link with -lDtOMio