- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm writing a VBA program to realize an automatic drilling of sheet metal. I need to analyze the entities in the sketch and understand if these entities are internal, external, or intersecting with a closed profile of any shape.
I attach an example. In this sketch, there are four entities:
- One entity is the outline of my profile
- 3 circle entities
How do I analyze each circle entity with profile entity to know if it is inside, outside, or intersecting the profile?
Circle1 and Profile ----> Internal
Circle2 and Profile ----> Intersecting
Circle3 and Profile ----> External
Thanks in advance to anyone who can help me
-----------------------------------------
Salve a tutti,
sto scrivendo un programma VBA per realizzare una foratura automatica di reti. Ho la necessità di analizzare delle entità nello schizzo e capire se queste sono interne, esterne o si intersecano con un profilo chiuso di qualsiasi forma.
Allego un esempio. In questo schizzo ci sono 4 entità:
1 entità che rappresenta il mio contorno del profilo
3 entità cerchio
Come faccio ad analizzare le entità cerchio rispetto all'entità profilo e capire se il cerchio è interno, esterno o interseca il profilo?
Circle1 e Profile ----> Interno
Circle2 e Profile ----> Intersecante
Circle3 e Profile ----> Esterno
Grazie in anticipo a chiunque possa aiutarmi
Solved! Go to Solution.