-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
possible bugThe bug has not confirmed yet but the user presents as suchThe bug has not confirmed yet but the user presents as suchquestionFurther information is requestedFurther information is requested
Description
Two elements in contact are no detected by the method, but instead the function "get_element_contact_facets" shows one facet.
My code:
contact=ec.check_if_elements_are_in_contact(muro.id,forjado.id)
if contact or contact==False:
print(contact)
contact_facets_list=ec.get_element_contact_facets(muro.id,forjado.id)
print(len(contact_facets_list))
The prompt shows this answer after run the program:
False
1
The elements really have two facets in contact:
If I strecht the vertical contact facet, the program works perfectly and the method "check_if_elements_are_in_contact" now return True

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
possible bugThe bug has not confirmed yet but the user presents as suchThe bug has not confirmed yet but the user presents as suchquestionFurther information is requestedFurther information is requested