HMMOD_nodesetactive()
Sets the status of a node to active or inactive.
Syntax
void HMMOD_nodesetactive(void * nodeptr, int active);
Type
HyperMesh hmmodlib Function
Description
Sets the status of a node to active or inactive.
Inputs
- nodeptr
- The pointer to the node.
- active
- The status of the node. Settings are:
- 0 - Inactive
- 1 - Active
Example
This function allows you to determine which nodes in the element are used for averaging; all nodes with an active status are used. The default setting for nodes is active.
Errors
None.