error: Unorientable shape, shape.check(True)

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
brst
Posts: 87
Joined: Thu Apr 18, 2019 10:11 am
Location: Germany

error: Unorientable shape, shape.check(True)

Post by brst »

Code: Select all

 p = Part.read("C:/temp/error152.brp")
p.isValid()
#False
p.check(True)
#Traceback (most recent call last):
 # File "<input>", line 1, in <module>
#ValueError: Unorientable shape
#Unorientable shape
#No error
#No error
Has anyone an idea what leads to this error?
Attachments
error152.brp
(9.15 KiB) Downloaded 26 times
FreeCAD rookie
Post Reply