From a2cba17d3f2faf44188298eb16211f7b6bc45358 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 25 Dec 2013 13:48:17 +0100 Subject: [PATCH] + Fix constness attribute for TopoEdge and TopoWire --- src/Mod/Part/App/TopoShapeEdgePy.xml | 24 ++++++++++++------------ src/Mod/Part/App/TopoShapeWirePy.xml | 14 +++++++------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/Mod/Part/App/TopoShapeEdgePy.xml b/src/Mod/Part/App/TopoShapeEdgePy.xml index 76055215a..1f300060f 100644 --- a/src/Mod/Part/App/TopoShapeEdgePy.xml +++ b/src/Mod/Part/App/TopoShapeEdgePy.xml @@ -14,52 +14,52 @@ TopoShapeEdge is the OpenCasCade topological edge wrapper - + float = getParameterByLength(float) - Return parameter [First,Last]. Input value must be of [0|Length] - + Vector = tangentAt(pos) - Get the tangent at the given parameter [First|Last] if defined - + Vector = valueAt(pos) - Get the point at the given parameter [First|Last] if defined - + Float = parameterAt(Vertex) - Get the parameter at the given vertex if lying on the edge - + Vector = normalAt(pos) - Get the normal vector at the given parameter [First|Last] if defined - + Vector = d1At(pos) - Get the first derivative at the given parameter [First|Last] if defined - + Vector = d2At(pos) - Get the second derivative at the given parameter [First|Last] if defined - + Vector = d3At(pos) - Get the third derivative at the given parameter [First|Last] if defined - + Float = curvatureAt(pos) - Get the curvature at the given parameter [First|Last] if defined - + Vector = centerOfCurvatureAt(float pos) - Get the center of curvature at the given parameter [First|Last] if defined @@ -69,7 +69,7 @@ Set the tolerance for the edge. - + Discretizes the edge using a given deflection or number of points and returns a list of points @@ -139,4 +139,4 @@ absolute Cartesian coordinate system. - + diff --git a/src/Mod/Part/App/TopoShapeWirePy.xml b/src/Mod/Part/App/TopoShapeWirePy.xml index 58f83ce82..faab08586 100644 --- a/src/Mod/Part/App/TopoShapeWirePy.xml +++ b/src/Mod/Part/App/TopoShapeWirePy.xml @@ -14,7 +14,7 @@ TopoShapeWire is the OpenCasCade topological wire wrapper - + Offset the shape by a given ammount @@ -29,29 +29,29 @@ Fix wire - + Make this and the given wire homogenous to have the same number of edges - + Make a pipe by sweeping along a wire. - + makePipeShell(shapeList,[isSolid,isFrenet,transition]) Make a loft defined by a list of profiles along a wire. Transition can be 0 (default), 1 (right corners) or 2 (rounded corners). - + Approximate B-Spline-curve from this wire - + Discretizes the wire using a given deflection or number of points and returns a list of points @@ -66,4 +66,4 @@ absolute Cartesian coordinate system. - +