Surface CurveOnMesh/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
{{Docnav
{{Docnav
|[[Surface_ExtendFace|ExtendFace]]
|[[Surface_ExtendFace|ExtendFace]]
|[[Surface_BlendCurve|BlendCurve]]
|
|[[Surface_Module|Surface]]
|[[Surface_Workbench|Surface]]
|IconL=Surface_ExtendFace.svg
|IconL=Surface_ExtendFace.svg
|IconR=Surface_BlendCurve.svg
|IconC=Workbench_Surface.svg
|IconC=Workbench_Surface.svg
|IconR=
}}
}}


{{GuiCommand/it|Name=Surface CurveOnMesh|Name/it=CurveOnMesh|MenuLocation=Surface → Curve on mesh...|Workbenches=[[Surface_Workbench/it|Surface]]|}}
<div class="mw-translate-fuzzy">
{{GuiCommand/it|Name=Surface CurveOnMesh|Name/it=CurveOnMesh|MenuLocation=Surface → Curve on mesh...|Workbenches=[[Surface Module/it|Surface]]|}}
</div>


<span id="Description"></span>
==Descrizione==
==Descrizione==


Line 28: Line 27:
{{Caption|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|Surface Sections]].}}
{{Caption|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|Surface Sections]].}}


<span id="Usage"></span>
== Utilizzo ==
== Utilizzo ==


Line 41: Line 41:
* {{MenuCommand|Cancel}}: it will erase the tentative points that have been picked, and will stop the picking operation. Press {{Button|Start}} again to pick points once more.
* {{MenuCommand|Cancel}}: it will erase the tentative points that have been picked, and will stop the picking operation. Press {{Button|Start}} again to pick points once more.


<span id="Options"></span>
== Opzioni ==
== Opzioni ==


Line 54: Line 55:
* {{MenuCommand|Maximum curve degree}}: it defaults to {{Value|5}}. It determines the maximum degree of the spline to approximate the surface; it can be a value from {{Value|1}} to {{Value|8}}.
* {{MenuCommand|Maximum curve degree}}: it defaults to {{Value|5}}. It determines the maximum degree of the spline to approximate the surface; it can be a value from {{Value|1}} to {{Value|8}}.


<span id="Properties"></span>
== Proprietà ==
== Proprietà ==


Line 63: Line 65:
If {{CheckBox|TRUE|Spline approximation}} is checked, the [[Surface_CurveOnMesh|Curve on mesh]] tool creates a {{Button|[[File:Part_Spline.svg|16px]] [[Part_Spline|Part Spline]]}} ({{incode|Part::Spline}} class) which is derived from the basic [[Part_Feature|Part Feature]] ({{incode|Part::Feature}} class), therefore it shares all the latter's properties.
If {{CheckBox|TRUE|Spline approximation}} is checked, the [[Surface_CurveOnMesh|Curve on mesh]] tool creates a {{Button|[[File:Part_Spline.svg|16px]] [[Part_Spline|Part Spline]]}} ({{incode|Part::Spline}} class) which is derived from the basic [[Part_Feature|Part Feature]] ({{incode|Part::Feature}} class), therefore it shares all the latter's properties.


In addition to the properties described in [[Part_Feature|Part Feature]], the Part Spline has the following properties in the [[property_editor|property editor]].
In addition to the properties described in [[Part_Feature|Part Feature]], the Part Spline has the following properties in the [[Property_editor|property editor]].


=== View ===
=== View ===
Line 70: Line 72:


* {{PropertyView|Control Points|Bool}}: it defaults to {{FALSE}}; if set to {{TRUE}}, it will show an overlay with the control points of the surface.
* {{PropertyView|Control Points|Bool}}: it defaults to {{FALSE}}; if set to {{TRUE}}, it will show an overlay with the control points of the surface.



{{Docnav
{{Docnav
|[[Surface_ExtendFace|ExtendFace]]
|[[Surface_ExtendFace|ExtendFace]]
|[[Surface_BlendCurve|BlendCurve]]
|
|[[Surface_Module|Surface]]
|[[Surface_Workbench|Surface]]
|IconL=Surface_ExtendFace.svg
|IconL=Surface_ExtendFace.svg
|IconR=Surface_BlendCurve.svg
|IconC=Workbench_Surface.svg
|IconC=Workbench_Surface.svg
|IconR=
}}
}}


{{Surface Tools navi{{#translation:}}}}
{{Surface Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 15:16, 2 June 2023

Other languages:

CurveOnMesh

Posizione nel menu
Surface → Curve on mesh...
Ambiente
Surface
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

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.

Utilizzo

  1. Selezionare Surface → Curve on mesh... nel menu.
  2. Passaggi secondo le esigenze.
  3. Impostare le opzioni e premere OK.

After pressing Start, the context menu (right-click) in the 3D view shows various options beside Create.

  • Close wire: if at least three points have been picked, this option will be available to join the last point to the first point with a line.
  • Clear: it will erase the tentative points that have been picked on the mesh, and will allow you to pick new ones.
  • Cancel: it will erase the tentative points that have been picked, and will stop the picking operation. Press Start again to pick points once more.

Opzioni

(Editor: this information must be verified)

Wire section:

  • Snap tolerances to vertices: it defaults to 10 px; it indicates the minimum distance between one point and another when picking with the pointer.
  • Split threshold: it defaults to 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).

  • Tolerance to mesh: it defaults to 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.
  • Continuity: it defaults to C2. It determines the continuity of the spline; it can be C0 (touching), C1 (tangent), C2 (curvature), and C3 (acceleration curvature).
  • Maximum curve degree: it defaults to 5. It determines the maximum degree of the spline to approximate the surface; it can be a value from 1 to 8.

Proprietà

  • DatiProperty:
  • VistaProperty:

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.

View

Base

  • VistaControl Points (Bool): it defaults to false; if set to true, it will show an overlay with the control points of the surface.