OutMeshSrf()

Output the mesh surface connectivity from the given node in a .SRF file.

Usage

OutMeshSfr( node )

Parameters

node (string)
Database path of the node.

Return Value

None

Errors

  • The node must exist in the database.
  • The database must contain the node related information such as SRF, shape and user ID.

Description

This routine outputs the mesh surface connectivity data from the given node in a .SRF file. For example,
meshSrf = ROOT + RS + "Mesh" + RS + "Surfaces"
nodeSur = meshSrf + RS + meshName
OutMeshSrf( nodeSur )