Frippe has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: build geometry group
by BrowserUk (Patriarch) on Feb 13, 2003 at 15:11 UTC | |
|
Re: build geometry group
by Frippe (Acolyte) on Feb 13, 2003 at 17:38 UTC | |
by Anonymous Monk on Feb 14, 2003 at 02:25 UTC |