View Full Version : Option to retain subtracted object
Wish List System
2024-12-25, 04:07 PM
Summary: Offer option to keep subtracted solid object in drawing rather than erase it.
Description: I would like to see an option to keep the solid object being subtracted (the subtrahend) in the drawing. Currently, if I want to keep the object being subtracted, I have to make a copy of it on top of itself, then subtract it from another object. Otherwise, the subtracted object is lost from the drawing. I use this technique very often while solid modeling, and it would be a time saver to have this feature. A prompt might appear in the command line saying "Erase subtract object group (Y/N)?"
Product and Feature: AutoCAD - Drawing Tools 3D
Submitted By: bcsnyder49 on 12/25/2024
Ed Jobe
2024-12-25, 10:54 PM
What you are asking perhaps isn't clear (maybe post a screenshot), because it doesn't make sense to me to perform a subtraction and still keep the whole original. Perhaps you should be doing a union? If you need to keep it just to be able to modify part of it later, then make sure that to SOLIDHIST (https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-956A861D-00ED-48E9-88D6-8D67C2E2AD21) variable is set to 1.
CAtDiva
2024-12-27, 05:03 PM
What you are asking perhaps isn't clear (maybe post a screenshot), because it doesn't make sense to me to perform a subtraction and still keep the whole original. Perhaps you should be doing a union? If you need to keep it just to be able to modify part of it later, then make sure that to SOLIDHIST (https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-956A861D-00ED-48E9-88D6-8D67C2E2AD21) variable is set to 1.
While I don't do much with 3D in ACAD, I have used the AecLineworkMerge & AecLineworkSubtract on polylines, hatches, spaces, & other ACAD elements. They include a question similar to the OP request & I find it very helpful because sometimes you have a shape (2D or 3D doesn't matter) that overlaps another shape and you want to keep the overlapping shape while taking its area/volume out of the other:
110055
madcadder
2024-12-30, 06:31 PM
Summary: Offer option to keep subtracted solid object in drawing rather than erase it.
Description: I would like to see an option to keep the solid object being subtracted (the subtrahend) in the drawing. Currently, if I want to keep the object being subtracted, I have to make a copy of it on top of itself, then subtract it from another object. Otherwise, the subtracted object is lost from the drawing. I use this technique very often while solid modeling, and it would be a time saver to have this feature. A prompt might appear in the command line saying "Erase subtract object group (Y/N)?"
Product and Feature: AutoCAD - Drawing Tools 3D
Submitted By: bcsnyder49 on 12/25/2024
I get it... Normally, I'll just copy it 48 or 120 or whatever before subtracting, so that I can move a copy back when done.
I shouldn't have to, but it works.
I get it... Normally, I'll just copy it 48 or 120 or whatever before subtracting, so that I can move a copy back when done.
I shouldn't have to, but it works.
Yes me too. I haven't done much Acad 3D modelling lately, but that's what I've done.
Copy the "cutting" object over some number, subtract it from the working model (which deletes it),then move the copy back, or whatever is needed.
PaulLi_apa
2025-02-21, 03:07 AM
When a similar request came up in another forum I came up with this lisp routine Subnew.lsp which runs the subtract command by first making a copy of the objects being subtracted
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.