This one is about asign data to a group.
The code I have only works with 1 geometry
ex.
------------------------------begin PatchMesh ................... Info "P" [ Data Array ... ] end
So I'm trying to build a group of geometry data.
foreach object build a group.
ex.
do paste the above info to a groupname__DATA__ PatchMesh "bilinear" 123 "periodic" 321 "nonperiodic" "P" [ 1 2 3 4 5 6 ... ]
I have code to build the first line and array but need some suggestion to build 'GroupArray' there I have something likenext do: PatchMesh "bilinear" 123 "periodic" 321 "nonperiodic" ... next do: PatchMesh "bilinear" 123 "periodic" 321 "nonperiodic" ... end of line.
I thought about if I have all the code to export 1 geometry then if I asign this info into a array again 'grouparray'@GeometryGroup = { patchmesh1, patchmesh2 ...... }
if more code need to understand this problem or my message about 'build geometry data...' is the same project I'm trying to build with Perl.
regards, Fredrik Gustafsson
update (broquaint): removed <pre> tags and added formatting
In reply to build geometry group by Frippe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |