NAME
DtKinGetSegmentName - Get the name of the given kinemation
body segment.
SYNOPSIS
#include <Dt.h>
int DtKinGetSegmentName( int bodyID, int segID, char **name )
DESCRIPTION
DtKinGetSegmentName() returns the name of the kinemation
body segment via the pointer to the variable name for the
kinemation body indicated by the bodyID and its segment
indicated by the segID parameter. The name array is an
internal buffer. Do not free or modify the name.
IMPLEMENTATION NOTES
The kin functions are not implemented in the AliasAPI version
DIAGNOSTICS
returns one on success and zero on failure.
SEE ALSO
DtKinGetBodyCount()
DtKinGetSegmentCount()
FILES
Link with -lDtOMio