NAME
DtKinGetGroupCount - Get the number of groups in a
kinemation body segment.
SYNOPSIS
#include <Dt.h>
int DtKinGetGroupCount( int bodyID, int segID, int *count )
DESCRIPTION
DtKinGetGroupCount() returns the number of groups via the
pointer to the count parameter for the kinemation body
segment indicated by the bodyID and segID parameters.
Kinemation body segments will have a point group for each
different material assigned to the segment.
IMPLEMENTATION NOTES
The kin functions are not implemented in the AliasAPI version
DIAGNOSTICS
returns one on success and zero on failure.
SEE ALSO
DtKinGetBodyCount(3W)
DtKinGetSegmentCount(3W)
FILES
Link with -lDtOMio