PlyAxisVector
Transforms a vector relative to the elemental ply system to the global system.
Inputs
- elems
 - An element entity table.
 - coords
 - A coordinate vector value table.
 - systems
 - A system entity table.
 - parts
 - An part entity table.
 - mattheta
 - An elemental scalar table of material angle offsets.
 - plytheta
 - A property scalar table of ply angle offsets.
 - vector
 - A vector relative to the material system.
 
Outputs
- answer
 - A elemental vector value table.
 
Comments
- All vectors in coords must be relative to the global system.
 - Only shells will be processed by this operator.
 - The vector string is a space-separated list of three scalar values.
 
Syntax
PlyAxisVector(coords,elems,systems,parts,mattheta,plytheta,vector)XML Example
<call name="PlyAxisVector" vector="1 0 0" 
coords="coord_tab" systems="sys_tab" 
elems="elem_tab" parts="part_tab" 
mattheta="mat_theta_tab" plytheta="ply_theta_tab" 
answer="ans_tab" />