director icon indicating copy to clipboard operation
director copied to clipboard

fix bug in crop to bounds

Open manuelli opened this issue 7 years ago • 2 comments

Previously zip was only traversing X and Y axes, not Z.

manuelli avatar Mar 04 '19 23:03 manuelli

maybe just the doc string is wrong? It works if bounds is a 3x2 instead of a 2x3?

patmarion avatar Mar 04 '19 23:03 patmarion

Yeah that's probably right. The only other usage is in drilldemo and they pass in a list of lists. The original list is length 3. So yeah seems like just an update on the documentation is needed.

manuelli avatar Mar 04 '19 23:03 manuelli