[GiDlist] mesh to geometry conversion

Moderator: GiD Team

Post Reply
Mark Smith

[GiDlist] mesh to geometry conversion

Post by Mark Smith »

OS win98 GiD6.3.0b
I want to be able to save a mesh as a geometry file i.e. just line entities
(without repeats). does anyone have a .bas file which will do it or any
other suggestions as I'm feeling lazy.

Reason: I want to use VRMLout to produce a VRML file of my mesh to show to
people without GiD.

Thanks in advance
Mark


--------------------------------------------------------------------------
Linx Printing Technologies plc
+44 (0)1480302100
http://www.linx.co.uk/
This e-mail may contain privileged/confidential information and may be
read, copied and used only by the intended recipient. If you have received
it in error, please contact the sender by return e-mail or by
telephoning +44 (0)1480 302100.
Please then delete the e-mail and do not disclose its contents to any
person.

Any information in this message that does not relate to the official
business of Linx shall be understood as neither given nor endorsed by Linx.
We reserve the right to monitor all e-mail communications through our
internal and external networks.
--------------------------------------------------------------------------
Enrique Escolano

[GiDlist] mesh to geometry conversion

Post by Enrique Escolano »

Download GiD 7.0.1-Beta.
This version includes a directory /templates to contain some .bas files, to
export the mesh

Are includes four templates: VRML, DXF, STL and NASTRAN.
(any user can add his own templates)

You can write a mesh of lines directly in VRML format whitout load a problem
type with:
Files-Export-Using Template .bas (only mesh)-VRML

If you have a mesh of surfaces, you can also write as DXF, then re-load this
DXF file in GiD (to convert
each element in a surface), delete all surfaces, and generate a new mesh
from the lines to export as VRML

Regards

Enrique Escolano
----- Original Message -----
From: "Mark Smith" mark.smith at linx.co.uk
To: "Gidlist (E-mail)" gidlist at gatxan.cimne.upc.es
Sent: Tuesday, May 14, 2002 1:26 PM
Subject: [GiDlist] mesh to geometry conversion


OS win98 GiD6.3.0b
I want to be able to save a mesh as a geometry file i.e. just line
entities
(without repeats). does anyone have a .bas file which will do it or any
other suggestions as I'm feeling lazy.

Reason: I want to use VRMLout to produce a VRML file of my mesh to show to
people without GiD.

Thanks in advance
Mark


--------------------------------------------------------------------------
Linx Printing Technologies plc
+44 (0)1480302100
http://www.linx.co.uk/
This e-mail may contain privileged/confidential information and may be
read, copied and used only by the intended recipient. If you have received
it in error, please contact the sender by return e-mail or by
telephoning +44 (0)1480 302100.
Please then delete the e-mail and do not disclose its contents to any
person.

Any information in this message that does not relate to the official
business of Linx shall be understood as neither given nor endorsed by
Linx.
We reserve the right to monitor all e-mail communications through our
internal and external networks.
--------------------------------------------------------------------------



_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

Post Reply