EDIT: IsPointInside does not work, but it should. Do you know why it might be not working?
“I’m trying to script ‘IsPointInside,’ but it’s not working, what am I doing wrong?”
I did not intend to sound arrogant, sorry for that. Please do not misinterpretate my misinterpretateable sentences. English is not my native language.
Another thing. I cannot solve one other problem. Somehow Python reads an item as a list. This is of course because ‘I am’ the one who does not know how to do it ‘correctly.’ However, do you know what ‘my’ mistake could be?
yes ,You can not use the enumerate() function here.Because you only need to loop through every value in the list,You don’t need index and value at the same time,So you only need to write “for point in x:obst.ToBrep().IsPointInside(point, 0.01, True)”