December 7, 2022 at 4:17 pm
Subscriber
Code lign 106 is :
xOverall = MeasureHelper.BodyExtrema(se).X
lines of code 399, 120 call the "takedim" function which contains the error.
And error is :
Error when invoking function 'GenerateBF'.
Traceback (most recent call last):
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 399, in GenerateBF
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 120, in CreateDie
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 106, in takedim
StandardError: Exception has been thrown by the target of an invocation.
Traceback (most recent call last):
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 399, in GenerateBF
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 120, in CreateDie
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 106, in takedim
AttributeError: 'type' object has no attribute 'BodyExtrema'
Traceback (most recent call last):
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 399, in GenerateBF
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 120, in CreateDie
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 106, in takedim
StandardError: Exception has been thrown by the target of an invocation.
Traceback (most recent call last):
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 399, in GenerateBF
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 120, in CreateDie
File "F:\stage - Copie\BBS\0612\BBS\main.py", line 106, in takedim
AttributeError: 'type' object has no attribute 'BodyExtrema'
-Miguel