From 230ccd7b819e7056e1b1b9c6e999d16374335393 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 27 Aug 2012 13:22:45 +0200 Subject: [PATCH] Improve documentation for isInside() --- src/Mod/Part/App/TopoShapePy.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Mod/Part/App/TopoShapePy.xml b/src/Mod/Part/App/TopoShapePy.xml index c144c1986..222bfd204 100644 --- a/src/Mod/Part/App/TopoShapePy.xml +++ b/src/Mod/Part/App/TopoShapePy.xml @@ -296,7 +296,12 @@ The parameter is a list of shapes. - Checks whether a point is inside or outside a given shape + Checks whether a point is inside or outside the shape. +isInside(App.Vector, float, Boolean) => Boolean +The App.Vector is the point you want to check if it's inside or not +float gives the tolerance +Boolean indicates if the point lying directly on a face is considered to be inside or not +