[GiDlist] create geometry mdoel thorugh batch file

Moderator: GiD Team

Post Reply
Steven Xu

[GiDlist] create geometry mdoel thorugh batch file

Post by Steven Xu »

Hi dear GID users,



I wonder whether I can create a 3D geometry model through a batch file which
contains:



- a list of points (x y z coordinates)

- a list of polygons/surfaces (each polygon lists its
points/vertices)

- a list of volumes (each volume lists its polygons/surfaces)







thanks, steven

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030908/19b665d8/attachment.htm
Enrique Escolano

[GiDlist] create geometry mdoel thorugh batch file

Post by Enrique Escolano »

If you know the identifiers to be create for each entity, you can write a batch file as:

escape escape escape escape geometry create point
x1 y1 z1 -create the point number 1 (if not exists more points)
...
xn yn zn -create the point number n
escape
escape escape escape escape geometry create line join
idp1 idp2 escape
...
escape escape escape escape geometry create line join
idpt1 idpt2 escape
escape escape escape escape geometry create NurbsSurface
idln1 idln2 ... idlnN
...
escape escape escape escape geometry create Volume
idsurf1 idsurf2 ... idsurfN

Enrique Escolano
----- Original Message -----
From: Steven Xu
To: gidlist at gatxan.cimne.upc.es
Sent: Monday, September 08, 2003 4:57 PM
Subject: [GiDlist] create geometry mdoel thorugh batch file


Hi dear GID users,



I wonder whether I can create a 3D geometry model through a batch file which contains:



- a list of points (x y z coordinates)

- a list of polygons/surfaces (each polygon lists its points/vertices)

- a list of volumes (each volume lists its polygons/surfaces)







thanks, steven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030909/ca3999d8/attachment.htm
Steven Xu

[GiDlist] create geometry mdoel thorugh batch file

Post by Steven Xu »

Thanks a lot, Enrique.



Just to clarify, so I should do



Create points -- create lines -- create NurrbsSurfaces --
create volumes



Rather than try



Create points -- create NurrbsSurfaces -- create volumes



Thanks again.



Steven Xu



-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es] On Behalf Of Enrique Escolano
Sent: Tuesday, September 09, 2003 9:41 AM
To: gidlist at gatxan.cimne.upc.es
Subject: Re: [GiDlist] create geometry mdoel thorugh batch file



If you know the identifiers to be create for each entity, you can write a
batch file as:



escape escape escape escape geometry create point

x1 y1 z1 -create the point number 1 (if not exists more points)

...

xn yn zn -create the point number n

escape

escape escape escape escape geometry create line join

idp1 idp2 escape

...

escape escape escape escape geometry create line join

idpt1 idpt2 escape

escape escape escape escape geometry create NurbsSurface

idln1 idln2 ... idlnN

...

escape escape escape escape geometry create Volume

idsurf1 idsurf2 ... idsurfN



Enrique Escolano

----- Original Message -----

From: Steven Xu mailto:sx25 at cornell.edu

To: gidlist at gatxan.cimne.upc.es

Sent: Monday, September 08, 2003 4:57 PM

Subject: [GiDlist] create geometry mdoel thorugh batch file



Hi dear GID users,



I wonder whether I can create a 3D geometry model through a batch file which
contains:



- a list of points (x y z coordinates)

- a list of polygons/surfaces (each polygon lists its
points/vertices)

- a list of volumes (each volume lists its polygons/surfaces)







thanks, steven

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030909/e478453d/attachment.htm
Enrique Escolano

[GiDlist] create geometry mdoel thorugh batch file

Post by Enrique Escolano »

Must create
points à lines à NurbsSurfaces à volumes
----- Original Message -----
From: Steven Xu
To: gidlist at gatxan.cimne.upc.es
Sent: Tuesday, September 09, 2003 7:12 PM
Subject: RE: [GiDlist] create geometry mdoel thorugh batch file


Thanks a lot, Enrique.



Just to clarify, so I should do



Create points à create lines à create NurrbsSurfaces à create volumes



Rather than try



Create points à create NurrbsSurfaces à create volumes



Thanks again.



Steven Xu



-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.es [mailto:gidlist-admin at gatxan.cimne.upc.es] On Behalf Of Enrique Escolano
Sent: Tuesday, September 09, 2003 9:41 AM
To: gidlist at gatxan.cimne.upc.es
Subject: Re: [GiDlist] create geometry mdoel thorugh batch file



If you know the identifiers to be create for each entity, you can write a batch file as:



escape escape escape escape geometry create point

x1 y1 z1 -create the point number 1 (if not exists more points)

...

xn yn zn -create the point number n

escape

escape escape escape escape geometry create line join

idp1 idp2 escape

...

escape escape escape escape geometry create line join

idpt1 idpt2 escape

escape escape escape escape geometry create NurbsSurface

idln1 idln2 ... idlnN

...

escape escape escape escape geometry create Volume

idsurf1 idsurf2 ... idsurfN



Enrique Escolano

----- Original Message -----

From: Steven Xu

To: gidlist at gatxan.cimne.upc.es

Sent: Monday, September 08, 2003 4:57 PM

Subject: [GiDlist] create geometry mdoel thorugh batch file



Hi dear GID users,



I wonder whether I can create a 3D geometry model through a batch file which contains:



- a list of points (x y z coordinates)

- a list of polygons/surfaces (each polygon lists its points/vertices)

- a list of volumes (each volume lists its polygons/surfaces)







thanks, steven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030910/b25e3c00/attachment.htm
Post Reply