Page 1 of 1

AimsMeshGenerate : multiple meshes

Posted: Tue Apr 20, 2004 10:21 am
by Manik
Hello,

I would like to know if it is possible to create some (say 10) simple meshes with AimsMeshGenerate, and save them as one Mesh file.
I tried to create a .minf file with 10 meshes descriptions, but it seems that AimsMeshGenerate only creates the first Mesh.
Is there a way to "merge" the meshes in one file ? Another Aims program maybe ?

Posted: Tue Apr 20, 2004 10:27 am
by riviere
Yes it is possible, but not directly:
- create each individual mesh file with AimsMeshGenerate
- concatenate them using AimsZCat:

Code: Select all

AimsZCat -o toto.mesh *.mesh
Denis

Posted: Tue Apr 20, 2004 1:51 pm
by Manik
Thank you very much for the quick answer !