[GiDlist] meshing one line at a time

Moderator: GiD Team

Post Reply
Khaled Obeidat

[GiDlist] meshing one line at a time

Post by Khaled Obeidat »

Hello GID team,

Is there a way to mesh one line at a time?
I use the following
.central.s process escape escape escape escape Meshing MeshCriteria Mesh
Lines $LineNumber

Regards,

Khaled Obeidat
Research Engineer
EMAG Technologies, Inc.
www.emagtechnologies.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20031126/075a2174/attachment.htm
Enrique Escolano

[GiDlist] meshing one line at a time

Post by Enrique Escolano »

Can mesh only a line, but cannot generate the whole mesh step by step. When generate a mesh, the previous mesh is deleted.
To mesh only some line, set mesh criteria == NoMesh for the other lines.

for example, to mesh only the lines 3 and 5, can use
.central.s process escape escape escape escape Meshing MeshCriteria NoMesh Lines 1:
.central.s process escape escape escape escape Meshing MeshCriteria Mesh Lines 3 5

Enrique
----- Original Message -----
From: Khaled Obeidat
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, November 26, 2003 3:36 PM
Subject: [GiDlist] meshing one line at a time


Hello GID team,

Is there a way to mesh one line at a time?
I use the following
.central.s process escape escape escape escape Meshing MeshCriteria Mesh Lines $LineNumber

Regards,

Khaled Obeidat
Research Engineer
EMAG Technologies, Inc.
www.emagtechnologies.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20031201/0e37913c/attachment.htm
Post Reply