Skip to content

Commit

Permalink
Update geometry.py: add intrinsic/extrinsic enums
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Dec 3, 2023
1 parent 22dfad1 commit 4ac64a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build123d/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
from OCP.TopoDS import TopoDS_Face, TopoDS_Shape

from build123d.build_enums import (
Align,
Align, Intrinsic, Extrinsic
)

# Create a build123d logger to distinguish these logs from application logs.
Expand Down

0 comments on commit 4ac64a3

Please sign in to comment.