/
new_structured_coordinates
GiD - The personal pre and post processor
new_structured_coordinates
objarray new_structured_coordinates {<xs> ?<ys>? ?<zs>?}
Allocate an array of type float filled with the values representing a matrix of 1, 2 or 3 dimensions for the node coordinates of an structured cartesian mesh of lines, quadrilaterals or hexahedra
<xs> is a list of real values increasing, representing the x coordinate of the grid nodes
<ys> and <zs> are the same, for the y and z cartesian directions respectively
e.g.
set obj [objarray new_structured_coordinates {{2.0 4.0 9.0 15.0} {6.0 12.0}}]
-> 2.0 6.0 0.0 4.0 6.0 0.0 9.0 6.0 0.0 15.0 6.0 0.0 2.0 12.0 0.0 4.0 12.0 0.0 9.0 12.0 0.0 15.0 12.0 0.0
COPYRIGHT © 2022 · GID · CIMNE