Indicates whether the specified node of a flexible body is an interface node by returning 1 for yes, 0 for no.
Format
NODE_ID_IS_INTERFACE(flexible_body, node_id)
Arguments
flexible_body | Key of flexible body. |
node_id | Specifies the node ID on flexible body. |
Example
if cond=(NODE_ID_IS_INTERFACE(FlexBodyObj, ThisNode))