Line(s) using relative coordinates

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Line(s) using relative coordinates

TonyDE
I am trying to use the line command using relative coordinates. Everytime I input  a line that measures 1'-5 5/16"<0 it always comes back with "Expression Syntax Error." I use to use autocad and never had problems using relative coordinates. I always assumed that no matter the cad software you use using relative or polar coordinates is the same in whatever cad software you're using. Am I wrong assuming that???


Tony
Reply | Threaded
Open this post in threaded view
|

Re: Line(s) using relative coordinates

dxli
Hi tony,

Currently, there is no support for 1'5" type of input yet. We had some proposals on this particular feature.

An alternative could be ( 12 -(5 + 5/16))<0

TonyDE wrote
I am trying to use the line command using relative coordinates. Everytime I input  a line that measures 1'-5 5/16"<0 it always comes back with "Expression Syntax Error." I use to use autocad and never had problems using relative coordinates. I always assumed that no matter the cad software you use using relative or polar coordinates is the same in whatever cad software you're using. Am I wrong assuming that???


Tony
Reply | Threaded
Open this post in threaded view
|

Re: Line(s) using relative coordinates

TonyDE
The equation ( 12 -(5 + 5/16))<0 does not come out to "1'-5 5/16". The actual distance is 0'-6 7/16". Can you give me the correct equation??? Sure would appreciate it.
Reply | Threaded
Open this post in threaded view
|

Re: Line(s) using relative coordinates

dxli
I'm lost on the meaning of 1'-5 5/16 or 0'-6 7/16"

TonyDE wrote
The equation ( 12 -(5 + 5/16))<0 does not come out to "1'-5 5/16". The actual distance is 0'-6 7/16". Can you give me the correct equation??? Sure would appreciate it.
Reply | Threaded
Open this post in threaded view
|

Re: Line(s) using relative coordinates

rolgiati
On Tue, 24 Nov 2015 07:54:35 -0700 (MST)
"dxli [via LibreCAD]" <[hidden email]> wrote:

> > The equation ( 12 -(5 + 5/16))<0 does not come out to "1'-5 5/16". The
> > actual distance is 0'-6 7/16". Can you give me the correct equation???
> > Sure would appreciate it.  

> I'm lost on the meaning of 1'-5 5/16 or 0'-6 7/16"

Serves you right for faffing around with your outdated Imperial, and not using metric...  ;-3)
 
Cheers,
 
Ron.
--
           All that is necessary for the forces of evil to triumph
                    is for enough good men to do nothing.
                                                   -- Edmund Burke
                                   
                   -- http://www.olgiati-in-paraguay.org --
 
Reply | Threaded
Open this post in threaded view
|

Re: Line(s) using relative coordinates

Mike Hayes
In reply to this post by dxli
Hi Tony

I'm guessing that you're using the - sign as a separator between the feet and inches and not in the mathematical sense as the subtraction symbol.

If so, the correct equation would be ( 12 +(5 + 5/16))<0

Mike