Implement locations() for Wires#475
Conversation
|
Giving locations on wires would be a great help on placing objects around the perimeter of a face. Two comments:
|
|
Codecov Report
@@ Coverage Diff @@
## master #475 +/- ##
==========================================
+ Coverage 93.63% 94.22% +0.59%
==========================================
Files 30 30
Lines 5859 7848 +1989
Branches 624 942 +318
==========================================
+ Hits 5486 7395 +1909
- Misses 234 289 +55
- Partials 139 164 +25
Continue to review full report at Codecov.
|
|
|
|
@jmwright if everything passes I'd say it is ready for merging. |
jmwright
left a comment
There was a problem hiding this comment.
@adam-urbanczyk Thanks for doing this. I just have a few minor comments.
|
Currently Perhaps that's intentional, but I thought I'd point it out incase it's an oversight. |
Good catch, it was not the intention. I'll add |
|
I tried to add |
|
@Peque Do you have any ideas on the Spinx part of this (see previous comment from @adam-urbanczyk )? You've done quite a bit of work with Sphinx. |
|
@jmwright No idea, sorry. 😅 I may be able to have a look at it if you are still blocked in 1-2 weeks. Sounds like a good question for StackOverflow though. 😜 |
|
It works now, but could be prettier. I propose to merge and maybe investigate autodoc alternatives in the future. @jmwright would you agree? |
|
+1 to merge |
Implements
locations()andlocationAt()for both Wires and Edges.