You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error when texturing a wall in FreeCAD
21:52:10 Traceback (most recent call last):
File "/Users/mac/Library/Application Support/FreeCAD/Mod/ArchTextures/texture_config.py", line 272, in onChanged
self.textureConfig.execute(self.Object)
File "/Users/mac/Library/Application Support/FreeCAD/Mod/ArchTextures/texture_config.py", line 225, in execute
self.textureManager.textureObjects()
File "/Users/mac/Library/Application Support/FreeCAD/Mod/ArchTextures/texture_manager.py", line 119, in textureObjects
faceSet = faceset_utils.buildFaceSet(
File "/Users/mac/Library/Application Support/FreeCAD/Mod/ArchTextures/arch_texture_utils/faceset_utils.py", line 487, in buildFaceSet
faceSet.addFace(faceCoordinates, vertexValues, faceOverrides, transform)
File "/Users/mac/Library/Application Support/FreeCAD/Mod/ArchTextures/arch_texture_utils/faceset_utils.py", line 385, in addFace
face.finishFace(findOverridesForFace(face, faceOverrides))
File "/Users/mac/Library/Application Support/FreeCAD/Mod/ArchTextures/arch_texture_utils/faceset_utils.py", line 182, in finishFace
originTriangle = buildTriangle(self.vertices)
File "/Users/mac/Library/Application Support/FreeCAD/Mod/ArchTextures/arch_texture_utils/faceset_utils.py", line 22, in buildTriangle
e2 = Part.LineSegment(v2, v3)
<class 'Part.OCCError'>: Both points are equal
The text was updated successfully, but these errors were encountered:
I am getting this error when texturing a wall in FreeCAD
The text was updated successfully, but these errors were encountered: