@CADIS_DECEMBR2 wrote:
Is there any documentation that says that....
Assuming that by "that" you mean the fact that giving Break an entity without pick automatically goes into the First option:
Somewhat indirectly. Help for the BREAK command says:
"If you select the object by using your pointing device, the program both selects the object and treats the selection point as the first break point."
What it does not say explicitly is kind of implied if you think about it -- that if you don't select it by picking, but by some other means, such as Last or by feeding it an entity name in AutoLisp, it then needs to ask for a first Break point. You can even select it with Window or Crossing or Fence selection, but only by explicitly calling for such an option [just as you would need to call for Last as an option], not by just picking in space to start a window as with most other selections. And if the window or fence catches more than one object, it will leave only one [I think the first in drawing order] highlighted and work with only that one, likewise asking for a first point.
If by "that" you mean the fact that a Circle or full Ellipse can't be Broken at a single point, that's also sort of implied. 2024 Help's About Breaking and Joining Objects page says:
"To break an object such as a line, arc, or open polyline at a single point without creating a gap, use BREAKATPOINT instead."
[BREAKATPOINT is only in newer versions, but it just builds in "@" for the second point. There's a Break at Point item in the Modify area of the ribbon in earlier versions, which does the same.]
Note it does not list a Circle, nor an Ellipse or Spline, even though for those you can do it with open ones. If you try on a closed Ellipse or Spline, you get:
"Cannot break a closed, periodic curve at only one point."
If you try it on a Circle, you get:
"Arc cannot be full 360 degrees."
Kent Cooper, AIA