You can break a line or other object into two objects without any space between them using the BREAK command in AutoCad.
Here are 5 easy steps to achieve it:
- Type in BREAK at the command line or select break tool
- Select the object you wish to break
- Select First Point Option (F) then
- Pick the point where you wish divide the object
- When prompted to specify second break point, type @ and Enter
Note: You probably know that @ means last point picked, so AutoCAD breaks the object at the first point you picked and it becomes two objects. You can’t see the different until you try to select one of them.
Draw and edit faster and easier with these top 25 productivity tips every AutoCAD user should know. Check out “Top Productivity Tips Every AutoCAD User Should Know”
How about if you want to break the line with a specified distance/gap in between? (For this example, we want 100 unit line, 500 unit gap to the second line). We can easily do this by using the “from” command inside of the Break command.
Follow these simple steps below:
- Type in BREAK at the command line or select break tool
- Select the object you wish to break
- Select First Point Option (F) then Enter.
- From and Enter. Then for offset prompt, Type @100,0 and Enter
- When prompted to specify second break point, type @500,0 and Enter
- You now have a gap of 500 unit in between the now separate two lines
Note: if you have reference points to pinpoint exact position of the gap, you can also use the mouse & drag to align to the reference lines instead of typing in the exact unit.
Eric Fransen emailed in a nice macro for this that you can put on a toolbar button:
^C^CBREAK;\F;\@;
Alan Praysman sent me a nice AutoLISP routine that he wrote that uses a single click to specify the object and the break point. Because it allows object snaps, you can pick the right point easily. Download the file (zipped).
- Combine or subtract 2D shapes to create custom shapes - February 17, 2022
- Working with linetype scales - January 18, 2022
- Rename named objects–blocks, dimension styles, layers, and more - December 21, 2021
Thanks alot
how can we separate the line in autocad2006