Skip to content

Commit 50832f1

Browse files
Define a setter for loc
1 parent 0febbc7 commit 50832f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cadquery/occ_impl/assembly.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ class AssemblyProtocol(Protocol):
8383
def loc(self) -> Location:
8484
...
8585

86+
@loc.setter
87+
def loc(self, value: Location) -> None:
88+
...
89+
8690
@property
8791
def name(self) -> str:
8892
...

0 commit comments

Comments
 (0)