• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

button to create a connection between two lines without them being cut

  • Thread starter Thread starter Stelettrico
  • Start date Start date

Stelettrico

Guest
Good morning, everyone!

I am trying to customize the interface of my 2009 autocad, inserting buttons with commands that make me easier work.
I found problems with the _chamfer command; in this case I created a new button to create a connection between two lines, without them being cut off.
in the macro I therefore perndato insert:

^c^c_chamfer t n d; (d, to specify each time the distance that most attaches me... )

the command then makes me define the distances, but then it does not let me select the lines on which to execute the connection.

Is there anyone who can tell me a way to solve the problem?

thank you and good work to all!

steak
 
^c^c_chamfer;_t;_n;_d;;try so (inserting the string with all points and comma). each point and comma is interpreted by autocad as sending.
 
mmm... credo debba essere così: ^c^c_chamfer t n d \\;
^c^c_chamfer;_t;_n;_d;;try so (inserting the string with all points and comma). each point and comma is interpreted by autocad as sending.
thanks to both for the prompt answer!
I tried both and chose a middle way.. .
^c^c_chamfer t n d;\\\\;

In this way the first distance asks me in a new line...

thanks and good day to all!:finger:
 
I exulted too soon.. .
I tried to apply the same rule to the "_fillet" command, but it doesn't work.

^c^c_fillet t n r;\\\\\\;

Also in this way (or in the ways you suggested earlier...) does not allow me to select the segments to make the connection... Do you have suggestions?

ps: I also tried to remove "^c^c" p "^c^c_", without any effect.
 
Since the custom commands I created work, I allow me to put them in this discussion (trying to do what you like to the forum users); I know that many of you are unhealthy, but for those who are at first like me they might be useful. .

_chamfer command:
- customized command for the connection of two segments without cutting the "prolongations"; using this command you must specify at what distance from the tops of the segments you intend to execute the connection:

^c^c_chamfer t n d;\\\\;

- customized command for the connection of two segments without cutting the "prolongations"; using this command you must specify to which distance from the top of the segment from which you intend to start and the corner:

^c^c_chamfer t a;\\\\;

- customized command for the connection of two segments with which the cutting of "prolongations" is also carried out; using this command you must specify at what distance from the tops of the segments you intend to execute the connection:

^c^c_chamfer t d;\\\\;

- customized command for the connection of two segments with which the cutting of "prolongations" is also carried out; using this command you must specify to which distance from the top of the segment from which you intend to start and the corner:


^c^c_chamfer t a;\\\\;


- customized command for the connection of two segments with which the cutting of "prolongations" is also carried out; using this command you must specify at which distance (set to zero) from the tops of the segments you intend to execute the connection:




_fillet command:

- customized command for the connection of two segments without cutting the "prolongations"; using this command you must specify the bending radius:

^c^c_fillet t r;\;

- customized command for the connection of two segments with which the cutting of "prolongations" is also carried out; using this command you must specify the bending radius:


^c^c_fillet t r;\;

these commands were waxed for autocad 2009 (English version).

Good job!

p.s.: if someone wants to insert their own customised commands, it is welcome!

pps: if you have a doubt, problem or suggestion write it and let's talk about it! ;-)
 
Um... 7 new video buttons, to do "one-time" operations.
the radius of a fillet always remains the same (at least for each drawing session) until you change it. with the button you have to type it every time. . .
 
Um... 7 new video buttons, to do "one-time" operations.
the radius of a fillet always remains the same (at least for each drawing session) until you change it. with the button you have to type it every time. . .
I have created buttons to me useful for the works that, often, I have to do.. .
If you want to share the buttons or commands you created, as I have previously written, you are very free to do so. ;)

Moreover it is 4 days that I started, in time cutouts, to try to realize commands that can somehow "simplify" my life... If you have any advice to improve what I have done until now, thank you in advance!

Cheers,

steak
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top