From 28b5d77408370551fd04a71e05649695ab72b6ed Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 17 Feb 2014 17:19:14 +0100 Subject: [PATCH] + Set const attribute to Python binding of TopoFace where needed --- src/Mod/Part/App/TopoShapeFacePy.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Mod/Part/App/TopoShapeFacePy.xml b/src/Mod/Part/App/TopoShapeFacePy.xml index 8c8bb25a4..9da4136fc 100644 --- a/src/Mod/Part/App/TopoShapeFacePy.xml +++ b/src/Mod/Part/App/TopoShapeFacePy.xml @@ -14,47 +14,47 @@ TopoShapeFace is the OpenCasCade topological face wrapper - + Offset the shape by a given ammount - + Get the tangent in u and v isoparametric at the given point if defined - + Vector = valueAt(pos) - Get the point at the given parameter [0|Length] if defined - + Vector = normalAt(pos) - Get the normal vector at the given parameter [0|Length] if defined - + Vector = d1At(pos) - Get the first derivative at the given parameter [0|Length] if defined - + Vector = d2At(pos) - Get the second derivative at the given parameter [0|Length] if defined - + Float = curvatureAt(pos) - Get the curvature at the given parameter [0|Length] if defined - + Check if a given (u,v) pair is inside the domain of a face - + Make a half-space solid by this face and a reference point.