Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Interference Analysis

1 REPLY 1
Reply
Message 1 of 2
Crstiano
316 Views, 1 Reply

Interference Analysis

In the assembly environment, It is possible to check if I can analyze whether a point is contained within a certain region? (Solid or define a space in 3D)?

Cristiano Oliveira
Developer Addins | Consultant CAD/PLM | CAD Manager
https://www.ConsultCAD.com/


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

Tags (2)
1 REPLY 1
Message 2 of 2
philippe.leefsma
in reply to: Crstiano

I don't think it's possible directly. You can define an axis aligned bounding box by creating a Box object and use Box.Contains Method. For checking if a point is contained inside a solid, you could use TransientBRep.DoBoolean:

 

- Create a tiny spherical transient solid, using tolerance as radius

- Check volume of each solids

- Do a boolean union between both

- Check volume of result, if volume is smaller than sum of two volumes, the solids intersect.

 

I hope it helps,

Philippe.



Philippe Leefsma
Developer Technical Services
Autodesk Developer Network

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

Post to forums  

Autodesk Design & Make Report