.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to undo Boolean operation in autocad C#

2 REPLIES 2
Reply
Message 1 of 3
strsuraj
596 Views, 2 Replies

How to undo Boolean operation in autocad C#

My procedure involves union of 2 solids, committing it so that I can get edges of newly formed solid. And then finally selecting required edges to perform fillet.

I am able to do this all perfectly. 

 

But the problem I face is, if the edges selected doesn't perform fillet due to bigger radius or some other error, it returns back giving me the solid (newly formed after union operation). 

 

How can I return to the beginning, i.e with 2 different solids ?? 

2 REPLIES 2
Message 2 of 3
_gile
in reply to: strsuraj

Hi,

 

Did you try to perform fillet before committing the Union?

 

  1. Start transaction
  2. Union solids
  3. Try to Fillet and then then Commit the transaction
  4. Catch Abort the transaction


Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 3 of 3
strsuraj
in reply to: _gile

Thanks Gile for response.

If I won't commit the union, I won't get to know possible leftover edges after union operation. I may end up picking edges which may possibly won't be part of final solid after the union. 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report