Risultati di ricerca
17 nov 2017 · You can define a specific command name that does the same thing, such as this: (defun C:BF1 (); = Break with First option at 1 point. (command "_.break" pause "_first" pause "@") ) and then make that the command that is called by that button, rather than the macro of the basic command with First option and @.
19 mar 2010 · AutoSnap has to be temporarily turned off (important!!). I've written the following Lisp which allows user to select and object, and followed by picking a break point, command will be sent out with AutoSnap turned off temporarily. (defun c:ba (/ obj pt1 osmode cmdecho) (setq obj (car (entsel))) (setq pt1 (getpoint "\nSpecify break point: "))
22 giu 2018 · Here's what I use as a command name to specifically do that: (defun C: BF1 (); = B reak with F irst option at 1 point. (command "_.break" pause "_first" pause "@") ) You could change that BF1 command name to BR, if you prefer, and remove BR as the standard alias for Break. The description at the icon in the Modify area of the Ribbon is a little ...
22 ott 2013 · On the ribbon: HOME > MODIFY > then hover over the icons until it reports BREAK AT POINT (select that) ... type F (read the prompts) .... select the line to break and break it at the INTERSECTION you want. @2. Command line: BR; [select line to break]; type F; [select intersection to break at]; type in @; FYI semicolon = ENTER. That should do it.
4 giu 2020 · This "break at point" command is not a command but a command with its extensions, so that it doesn't help to ENTER to repeat the all instruction, it only repeats the core of the command. In the world, there must be thousands of people like me who put this "*", instruction that repeats the all macro. True, but all this applies up to ACAD 2020.
27 apr 2017 · Getting manual iso start and break points to work. I'm trying to iso, but unfortunately, the multiple stubins are too much for Plant and cause the iso to timeout when I try to force Plant to place everything on one sheet. So I'm trying to add a break point in the middle, but iso generation keeps failing.
3 ago 2024 · ISO appears to be ignoring my Break Points. ISO appears to be ignoring my Break Points. I can't post the model, but this is a VERY SIMPLE ISO. Plant3d keeps putting my weld neck on a second (line# X- 2) ISO. It's a simple weld neck flange. It does not need it's own ISO. There is plenty of room for it on 1 ISO instead of 2.
4 apr 2012 · 2005(?) Versions when you used the Break Command multiple times it would do nothing more than you describe: Break the line but the two ends still touched. 2008(?) when you did this break with the * the first break point would keep the ends touching but the next break would open up a Gap. The Gap became successively larger the more you did.
23 mag 2012 · Im having a problem with iso break points. when applied to a line that has pipe shoes (slides) at the break point location the iso generator will still create one iso for the line and put the shoe (slide) on the other iso by itself. is there something I can do differently or is this a bug.
17 mar 2020 · Then click on the ACCEPT SOLUTION button. 05-05-2020 07:22 AM. Just installed 2021. The modify toolbar icon for break at point uses the ^C^C_break\_f\@ macro but still breaks between two objects. The breakatpoint command works and has the same macro.