DoBoolean and splitting bodies

DoBoolean and splitting bodies

gilsdorf_e
Collaborator Collaborator
363 Views
1 Reply
Message 1 of 2

DoBoolean and splitting bodies

gilsdorf_e
Collaborator
Collaborator

Hi all,

 

I'm using booleans for a custom method as alternative for findUsingRay and FindUsingVector, as those have isses with non-planar faces.

 

I wonder how TransientBRep.DoBoolean( BlankBody As SurfaceBody, ToolBody As SurfaceBody, BooleanType As BooleanTypeEnum )

behaves, when the blank body is split into two or more bodies by the toolbody. How can I test for this?

 

Best regards

Erik

 

0 Likes
364 Views
1 Reply
Reply (1)
Message 2 of 2

adam.nagy
Autodesk Support
Autodesk Support

Hi Erik,

 

You can create TransientBReps from surfaces you created in the model, as shown here:

http://modthemachine.typepad.com/my_weblog/2013/07/inventor-2014-api-solid-imprinting.html

 

So just create the solids in the UI then use them to create the transient brep and do the boolean operation on them.


Cheers,



Adam Nagy
Autodesk Platform Services
0 Likes