OutMeshCrd()

Output the mesh coordinates from the given node in a CRD file.

Usage

OutMeshCrd( node )

Parameters

node (string)
Data base path of the node.

Return Value

None

Errors

  • The node must exist in the data base.
  • The data base must contain the node related information (CRD, user IDs).

Description

This routine outputs the mesh coordinates data from the given node in a CRD file. For example,
nodeCrd= ROOT + RS + 'Mesh' + RS + 'Coordinate'
OutMeshCrd(nodeCrd)