Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Trying to force a positive normal direction in Python 3 FreeCAD.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Feb 28, 2018
1 parent 365acb2 commit 1dd6c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCadObjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def testFace(self):
edge4 = Part.makeLine((10, 0, 0), (0, 0, 0))
wire1 = Part.Wire([edge1,edge2,edge3,edge4])
face1 = Part.Face(wire1)
face1.normalAt(0.0, 0.0)

mplanec = Face.cast(face1)
mplane = Face(face1)
Expand Down

0 comments on commit 1dd6c55

Please sign in to comment.