Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on texturing walls "Both points are equal" #43

Open
saurabhchatterjee23 opened this issue Sep 30, 2022 · 0 comments
Open

Error on texturing walls "Both points are equal" #43

saurabhchatterjee23 opened this issue Sep 30, 2022 · 0 comments

Comments

@saurabhchatterjee23
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant