Page 1 of 1

[GiDlist] How to insert a PDF document in an HTML file?

Posted: Wed May 14, 2003 3:42 pm
by Philippe Bouchilloux
Hello:

I am trying to use a tag such as:

A HREF="MyDocument.pdf" TARGET="_blank"click here/A

in a html help file called by my tcl script as:

HelpWindow "TUTORIAL" $HelpFile


This does not seem to work. What's the trick to launch a PDF document from
a GiD HTML page?

Thanks.

Philippe


Magsoft Corporation
Tel: 518-271-1352
www.magsoft-flux.com

[GiDlist] GID-problems with X-Server...

Posted: Thu May 15, 2003 9:16 am
by Holger Steeb
Hello,

after reinstalling our GID-PC (now Kernel 2.4.20, Suse 8.2)
additonally with Open-GL Hardware encouragement,
it is not possible to run GID "over" the network anymore,
it always crashes with an error ("Segmentation fault").

Is it a problem with the graphic-card (it was NO problem before
the update (Kernel 2.4.18, Suse 8.0), when i don't use any specific
Nvidia-graphic driver)?

Thanks for help and comments and perhaps solutions,

Holger


=====================================================================
Dr. Holger Steeb
Institute of Applied Mechanics, Building 22
Saarland University
D-66123 Saarbruecken, Germany

Phone: ++49(0)681-302-2157
Fax: ++49(0)681-302-3992
email: h.steeb at mx.uni-saarland.de
=====================================================================

[GiDlist] ARCLINE properties

Posted: Thu May 15, 2003 12:18 pm
by Malte Neumann
Hi everbody,

I have a couple of questions about Arcline properties, as they are shown in
List Entities or printed in the output file:

1. In which direction and from what origin are the angles initang and
endang defined?

2. What is the point 2D center? If this is the center of the circle/arc it
is not correct!!

3. What does the transformation matrix transform?

I could not find the answers somewhere in the manuals or on the web page.
Maybe you could just tell me in which part of the manuals I can find the
explanations.

Thanks for your help

Malte

--
--------------------------------------------------------------------------
Malte Neumann
--------------------------------------------------------------------------
Institut fuer Baustatik / Institute of Structural Mechanics
Prof. Dr.-Ing. Ekkehard Ramm
Universitaet Stuttgart / University of Stuttgart

Pfaffenwaldring 7, D-70550 Stuttgart, Germany

mailto:malte.neumann at statik.uni-stuttgart.de phone: ++49-711-685-6121
http://www.uni-stuttgart.de/ibs/members/neumann/ fax: ++49-711-685-6130
--------------------------------------------------------------------------

[GiDlist] How to insert a PDF document in an HTML file?

Posted: Thu May 15, 2003 12:28 pm
by Enrique Escolano
It is not possible to show a pdf document inside the html GiD help viewer.
But it is possible for next GiD versions to start Acrobat Reader to open the
pdf link.

At this moment, it is also possible to add a new menu to GiD to start
Acrobat Reader
to show the desired file, instead to open it with the html GiD help viewer.

Enrique Escolano

----- Original Message -----
From: "Philippe Bouchilloux" pb at magsoft-flux.com
To: "GiDList" gidlist at gatxan.cimne.upc.es
Sent: Wednesday, May 14, 2003 4:40 PM
Subject: [GiDlist] How to insert a PDF document in an HTML file?


Hello:

I am trying to use a tag such as:

A HREF="MyDocument.pdf" TARGET="_blank"click here/A

in a html help file called by my tcl script as:

HelpWindow "TUTORIAL" $HelpFile


This does not seem to work. What's the trick to launch a PDF document
from
a GiD HTML page?

Thanks.

Philippe


Magsoft Corporation
Tel: 518-271-1352
www.magsoft-flux.com


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


[GiDlist] ARCLINE properties

Posted: Thu May 15, 2003 1:43 pm
by Enrique Escolano
An arc is first defined in 2D normalized space, with a center 2D, radious,
and start and end angle in radians

Px(t)=Cx+r*cos(t)
Py(t)=Cy+r*sin(t)
with t from start angle to end angle (radians)

This generate a 2D arc, and this arc is mapped to the final 3D location with
a transform matrix:
This is a 4x4 matrix, to include a rotation, a translation and a a scalate.
The 3x3 submatrix coefs are for the rotation
The 4º row (only 3 col terms) are the translation,
The 4º column is set 0, and can be ignored.
M(4,4) is the scale factor. (useful 1.0)

Enrique Escolano

----- Original Message -----
From: "Malte Neumann" neumann at statik.uni-stuttgart.de
To: gidlist at gatxan.cimne.upc.es
Sent: Thursday, May 15, 2003 12:38 PM
Subject: [GiDlist] ARCLINE properties


Hi everbody,

I have a couple of questions about Arcline properties, as they are shown
in
List Entities or printed in the output file:

1. In which direction and from what origin are the angles initang and
endang defined?

2. What is the point 2D center? If this is the center of the circle/arc it
is not correct!!

3. What does the transformation matrix transform?

I could not find the answers somewhere in the manuals or on the web page.
Maybe you could just tell me in which part of the manuals I can find the
explanations.

Thanks for your help

Malte

--
--------------------------------------------------------------------------
Malte Neumann
--------------------------------------------------------------------------
Institut fuer Baustatik / Institute of Structural Mechanics
Prof. Dr.-Ing. Ekkehard Ramm
Universitaet Stuttgart / University of Stuttgart

Pfaffenwaldring 7, D-70550 Stuttgart, Germany

mailto:malte.neumann at statik.uni-stuttgart.de phone: ++49-711-685-6121
http://www.uni-stuttgart.de/ibs/members/neumann/ fax: ++49-711-685-6130
--------------------------------------------------------------------------

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


[GiDlist] GID-problems with X-Server...

Posted: Thu May 15, 2003 2:28 pm
by Miguel A. de Riera Pasenau
Hi,

Gid is statically compiled, with Mesa into it. That means
that is does software rendering, and do not use the
graphic acceleration.
At the beginning of May, together with the static version,
we released a dynamical linked version of GiD:

ftp://gid.cimne.upc.es/pub/gid_adds/Linux/gid_adds/Linux/gid7.3b-dyn.tar.gz

which, this one yes, uses the hardware acceleration of the graphical card.

By now, the Linux distributions comes with a 'sort' of accelerated driver for
the NVIDIA cards. This driver does not perform so well as de ones that NVIDIA
are distributing in their web page.

You are saying the that you are running GID "over" the network.
Where does GiD run?
are you running from a Silicon machine and displaying in your local Linux Box?
Then perhaps the problem lies in the 'GLX' capatibility of your machine.
On Silicon, GiD uses the SGI's OpenGL libraries.
It happens the same with any other OpenGL program from the Silicon box, that you
are displaying in your Linux box? Perhaps you should disable this 'GLX' capability
by commenting the ' Load "glx"' line in your module section of your /etc/X11/XF86Config-4 file.

GiD is compiled on a Slackware 8.0 Linux Box with 2.2.19 kernel and gcc version 2.95.3.

miguel


Holger Steeb wrote:

Hello,

after reinstalling our GID-PC (now Kernel 2.4.20, Suse 8.2)
additonally with Open-GL Hardware encouragement,
it is not possible to run GID "over" the network anymore,
it always crashes with an error ("Segmentation fault").

Is it a problem with the graphic-card (it was NO problem before
the update (Kernel 2.4.18, Suse 8.0), when i don't use any specific
Nvidia-graphic driver)?

Thanks for help and comments and perhaps solutions,

Holger

=====================================================================
Dr. Holger Steeb
Institute of Applied Mechanics, Building 22
Saarland University
D-66123 Saarbruecken, Germany

Phone: ++49(0)681-302-2157
Fax: ++49(0)681-302-3992
email: h.steeb at mx.uni-saarland.de
=====================================================================
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es

[GiDlist] Surface (curve mesh) flattening

Posted: Fri May 16, 2003 3:19 am
by VSayako Willy
Hi GiD team and all

Can we do a Surface mesh flattening in GiD? or any
further development? In case I have a mesh from the
shell surface and want to flatten it in some parts how
we do a mapping from 3D to 2D? any ideas? or
suggestion, or information Please.

Regards.

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com