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 +