Unable to create geometry at non-integer co-rdinates

I just newly installed Cubit. While trying to create points or nodes or any geometry, I am unable to create them at non-integer co-ordinates.
For example:
For trying to create a node at x=1.4 and y=2, the software creates a node at x=1 and y=2.
Is there any setting that I need to change? Some help please.

I’m not getting the same results in Trelis 15.1.4 that you are getting. Which version are you using? I created a vertex at (1.4, 2, 1.7) and then checked its location with these commands:

create vertex 1.4 2 1.7
list vertex 1

The output is

Vertex Entity (Id = 1)
Name Id X-coord Y-coord Z-coord

Vertex 1 1 1.400000 2.000000 1.700000

Hi
I use Cubit V13.0 64 bit.
While trying to create a vertex by co-ordinates. My command window looks like this.

//

CUBIT> create vertex 1.4 2 1.7

Creation of Vertex 1 (Vertex 1) Successful.
Journaled Command: create vertex 1 2 1

CUBIT>

//

I tried the command for checking the vertex after creation, below is the output,

//

CUBIT> list vertex 1
Vertex Entity (Id = 1)
Name Id Meshed X-coord Y-coord Z-coord
Vertex 1 1 No 1,000000 2,000000 1,000000
This free vertex isn’t in a curve.

Journaled Command: list vertex 1

//

So it created the vertex at 1 2 1 instead of 1.4 2 1.7
Still can’t figure out what’s wrong.

It appears to be occurring in the specific version of Cubit you are using. I did get it to work properly on a Cubit 13.0 version built on 05 Oct 2011. Here is the output:

CUBIT> create vert 1.4 2 1.7
Creation of Vertex 1 (Vertex 1) Successful.
Journaled Command: create vertex 1.4 2 1.7

Unfortunately, Cubit 13.0 is no longer supported. Trelis is currently at version 15.1.4. You can contact sales@csimsoft.com for information about upgrading versions.