OpenDOF Project
DOFType DOFType_Copy ( DOFType  self)

Create a new copy of an existing DOFType.

Resource Management:
This function allocates resources that must later be freed by calling DOFType_Destroy.
Parameters
selfThe DOFType to be copied. This should not be NULL.
Returns
A new copy of the DOFType.
Exceptions
NULLis returned if self is NULL, or there are insufficient resources to create a copy.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31