OutMeshCnn()

Output the mesh connectivity from the given node in a CNN file.

Usage

OutMeshCnn( node, shape=true )

Parameters

node (string)
Data base path of the node.
shape (boolean)
If it is true, the string containing the shape name will be written in the exported file.

Return Value

None

Errors

  • The node must exist in the data base.
  • The data base must contain the node related information (CNN, shape, user ID).

Description

This routine outputs the Mesh Connectivity data from the given node in a CNN file. For example,
nodeVol = meshVol + RS + meshName
OutMeshCnn( nodeVol, shape = False )