Files
cadquery/doc
Fedor Kotov d5ce1321ca Added AreaNthSelector (#688)
* Added AreaNthSelector

Added AreaNthSelector that is useful for nested features selection. Especially to select one of coplanar nested wires for subsequent extrusion, cutting or filleting.

* LengthNthSelector

* Explicitly marked _NthSelector class and _NthSelector.key(..) method as abstract using standard abc package

* AreaNthSelector ignores "bad" Wires

AreaNthSelector.key raises ValueError if temporary face creation fails for a wire for any reason (non-planar, non-closed). That causes _NthSelector that it inherits to ignore such wires. Done so for consistency with RadiusNthSelector that ignores anything it can not get radius from.

Co-authored-by: Marcus Boyd <mwb@geosol.com.au>
2021-03-17 14:14:37 +10:30
..
2021-03-17 14:14:37 +10:30
2020-12-28 20:45:28 +01:00
2021-01-14 17:35:31 +01:00
2021-03-15 16:52:30 +10:30
2020-09-30 18:18:40 +02:00
2020-09-30 18:18:40 +02:00
2021-02-03 08:25:20 +01:00
2015-11-28 21:05:20 -05:00
2020-11-30 13:41:34 +01:00
2021-01-06 05:46:18 +10:30

This documentation should be generated with sphinxdoc.
see ../build-docs.sh