OpenDOF Project
const DOFType* DOFType_GetSubtypes ( const DOFType  type)

Retrieve the subtypes from a type.

Parameters
typeThe DOFType. This must not be NULL.
Returns
The array of subtypes of the given type, or NULL if the type does not have subtypes. The count can be determined via DOFType_GetSubtypesCount.
Exceptions
NULLis returned if the type does not have subtypes.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31