|
Menu location |
---|
Surface → Curve on mesh |
Workbenches |
Surface |
Default shortcut |
None |
Introduced in version |
0.17 |
See also |
None |
Surface CurveOnMesh creates approximated spline segments on top of a selected mesh.
If the object is not a Mesh, but a parametric Shape or surface, it must be converted first to a mesh using Mesh FromPartShape.
These edges created on top of the mesh may be further used to re-create the surface in a parametric way by using tools such as GeomFillSurface and
Sections.
Above left: mesh object with selected points on the surface. Above right: splines created by picking several points on the mesh. Lower left: a parametric surface reconstructed from the approximated splines, using Surface Sections.
After pressing Start, the context menu (right-click) in the 3D view shows various options beside Create.
(Editor: this information must be verified)
Wire section:
10 px
; it indicates the minimum distance between one point and another when picking with the pointer.45 deg
; it indicates the angular deviation from one point in the mesh to another point necessary to create a new spline instead of extending the previous spline.Spline approximation, if it is checked, it will create spline objects, otherwise, it will create simple straight line objects (polyline).
0.2
. It is a parameter that takes into account the imperfections of the mesh; the smaller this number the more precise it will consider the mesh, particularly if it is a very fine mesh.C2
. It determines the continuity of the spline; it can be C0
(touching), C1
(tangent), C2
(curvature), and C3
(acceleration curvature).5
. It determines the maximum degree of the spline to approximate the surface; it can be a value from 1
to 8
.If Spline approximation is unchecked, the Curve on mesh tool creates a basic Part Feature.
If Spline approximation is checked, the Curve on mesh tool creates a
Part Spline (
Part::Spline
class) which is derived from the basic Part Feature (Part::Feature
class), therefore it shares all the latter's properties.
In addition to the properties described in Part Feature, the Part Spline has the following properties in the property editor.
Base
Bool
): it defaults to false
; if set to true
, it will show an overlay with the control points of the surface.