xline command
xline command
(OP)
How can i create a vertical and horz xline
at the same time
i have tryed
^C^C_xline H;^C^C_xline v
but with no results
at the same time
i have tryed
^C^C_xline H;^C^C_xline v
but with no results
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: xline command
RE: xline command
works great
But anyway to get it to work off of a current point ?
RE: xline command
@0,0 is "nowhere" from the last point.
If you did ^C^C_xline H pause;^C^C_xline v @0,0 it would prompt you for a point then use the same point.
RE: xline command
When i use this line all i get is a horz line
^C^C_xline H @0,0;^C^C_xline V @0,0
when i use this it draws a horz at the
last point and prompts me for a vert point
I must be doing something wrong ????
RE: xline command
the last command. Works at the
command line, but you can give it
a tryon a macro.
^C^C_xline H pause; V @0,0;
RE: xline command
I have annother approach: Insert a block, and explode it...
Edit a "crossline.dwg"
-> put it in Your folder
->make a butten: ^C^C_-insert;"Your Folder/crossline.dwg";\;;;_xplode;l;;;
-> ready
Lothar
RE: xline command
^C^C_xline;h;\;^C^_xline;v;@0,0;;
this worked to me.
Regards.
RE: xline command
naujoke
that did exactly what i needed
Hey is ther anyway to work off of cursor location
like on the offset command
our current cadsystem works off of which
line is nearest to the cursor and just offsets a
construction line at whatever dim you tell it
RE: xline command
Lothar