From bd5487353f84d8c0cac33aadcec10e27899af1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Urba=C5=84czyk?= Date: Mon, 4 Jan 2021 08:29:36 +0100 Subject: [PATCH] Mention >> selector in the docs --- doc/selectors.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/selectors.rst b/doc/selectors.rst index 7bb5f3e4..ef322aba 100644 --- a/doc/selectors.rst +++ b/doc/selectors.rst @@ -84,6 +84,8 @@ Selector Selects Selector Class Y[-2] 2nd farthest Face **normal** to the y dir :py:class:`cadquery.DirectionNthSelector` >Y[-2] 2nd farthest Face in the y dir :py:class:`cadquery.CenterNthSelector` +<Y[1] 2nd closest **parallel** edge in the positive y dir :py:class:`cadquery.DirectionNthSelector` >Y[-2] 2nd farthest edge in the y dir :py:class:`cadquery.CenterNthSelector` +<Y Vertices farthest in the positive y dir :py:class:`cadquery.DirectionMinMaxSelector` >Y[-2] 2nd farthest vertex in the y dir :py:class:`cadquery.CenterNthSelector` +<