Draw a line on the z axis

Hello
I want to draw a line on the Z axis but when i click on point (i.e 0 0 3) line drawn on XY axis
Thanks in advance

I don’t understand what you said
You can create for example a line in z direction from the point (0,0,0) to point (0,0,3) with something like this:

Mescape Geometry Create Line (or menu Geometry->Create->Straight line)
0 0 0
0 0 3

thanks for your attention
Please watch this tutorial video in youtube (https://www.youtube.com/watch?v=ttAqlFEfr9A&index=6&list=PLy36D5yzeU1fE0S0osYO5zLVS8JQ6tvEF).
in this example you can see how he draw lines in z axis for create cross section of beam but i can not do the same because my line create in xy axis
is there any option for this?
best regards

Doing the same of the start of the video I am able to create the three initial points, using the ‘coordinates window’
there are created the points with coordinates
0 0 0
0.6 0 0
0.6 0 0.1
and the points are located as I expected.

If do you have an old version of GiD update to the current 14.0.1 (and also try to use the last available OpenSees problemtype)
but I think that this basic operation must work in all GiD versions.

What is your GiD version? (See Help->About…)
and the OpenSees problemtype version? (See GiD+OpenSees->About)

Hi
I am using the last version of both software
As u can see in this video (Untitled) i can draw lines with command bar but i cant do the same with clicking the mouse
Is there any solution for this problem?

To click an existing point you must be in ‘join’ mode, then GiD expects an integer id of the point (or click in screen). You are in ‘creation-point’ mode, then GiD expects 3 real coordinates x,y,z (separated by comma or spaces). To switch mode the easiest way is to press -a (a lowercase)

thanks for your answer, it solved my problem.