Tutorial Toolkit Function Descriptions > Graphics > Deformation Plots
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Deformation Plots
The following function are useful for managing deformation plots.
 
ga_node_deform_create
( title, nbr_nodes, node_ids, deforms, id )
Description:
Creates a node deformation table.
Input:
STRING
title[]
Title of table.
INTEGER
nbr_nodes
Number of nodes to place in table.
INTEGER
node_ids ( )
Array of node ids.
REAL
deforms (nbr_nodes,3)
Deform values for all nodes.
Output:
INTEGER
id
Id of created node deformation table.
INTEGER
<Return Value>
See error conditions.
Error Conditions:
 
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_node_deform_create (p. 151) in the MSC Acumen Toolkit - Code Examples.