FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabo Bielorusso Catalano Czech German Greek Spanish Spanish Basco Finnish Filippino Français Galiziano Croatian Hungarian Indonesiano Italiano Japanese Kabyle Coreano Lituano Dutch Norvegese Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbo Swedish Turkish Ukrainian Valenziano Vietnamita Cinese Cinese
  • Funzioni
  • Download
  • Blog
  • Documentazione
    Indice di documentazione Per iniziare Documentazione utenti Il manuale FreeCAD Documentazione degli ambienti di lavoro Documentazione di scripting Python Documentazione codice C++ Tutorial Domande frequenti Politica sulla Privacy Informazioni Su FreeCAD
  • Contribuire
    Come aiutare Sponsor Segnala un bug Fai una richiesta Opportunità di lavoro e ricompense Linee guida per contribuire Manuale degli sviluppatori Traduzioni
  • Comunità
    Codice di condotta Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendario
  • ♥ Donate

Donate

$
Informazioni SEPA
Si prega di intestare il bonifico SEPA a:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Agenzia bancaria: BNP Paribas Fortis
Indirizzo: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

IsoCurve
Sweep2Rails
Curves

Curves SketchOnSurface

Menu location
Surfaces → Sketch on Surface
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Descrizione

The Curves SketchOnSurface tool maps a sketch onto an arbitrary curved face, like a label on a bottle. The sketch must be actually attached to a face (see Sketch.Support). The Map mode of the sketch has no effect on the result.

Above: shows the Sketch_On_Surface object applied to the cylinder face (left) and the source sketch in edit mode (right)

Utilizzo

There are 2 methods to use the SketchOnSurface tool:

Creating a sketch on a selected face

  1. Select the target face in the 3D view.
  2. There are several ways to invoke the tool:
    • Press the Sketch on Surface button.
    • Select the Surfaces → Sketch on Surface option from the menu.
  3. A Sketch_On_Surface object is created including a Mapped_Sketch object.
  4. Expand this object in the Tree view to make the Mapped_Sketch appear below.
  5. Edit the sketch and add geometries inside the blue construction bounds.
  6. Optionally edit the values in the Property editor to create extruded faces, or fill faces and equidistant faces from closed sketch wires, which in combination result in a solid shape, and adjust the related properties (see Properties below).

Attaching an existing sketch to a selected face

  1. Attach an existing sketch to the target face:
    • Right-click on a sketch in the Tree view and select Attachment editor from the context menu.
    • The Attachment dialog opens.
      1. Select the target face.
      2. Set the Attachment mode to Deactivated while keeping the face as the first reference.
      3. Press the OK button to close the Attachment dialog.
    • In the Property editor set Placement.Position.z = 0.
  2. Edit the sketch and add a Construction (blue) rectangle around the geometries.
    This rectangle will be the parametric bounds of the face.
  3. Select the sketch.
  4. Invoke the tool as described above.
  5. A Sketch_On_Surface object is created including the selected sketch.
  6. Optionally edit the values in the Property editor as described above.

Notes

  • The result is a 3D wire by default.
  • To generate lofting faces from the sketch that are normal to the target face (the blue faces in the above screenshot) set the DatiFill Extrusion property to true and enter a value other than 0.0 for the DatiThickness property.
  • To close the lofted shape set the DatiFill Faces property to true.
  • To only fill the 3D wire set the DatiFill Extrusion property to false, the DatiFill Faces property to true, and the DatiThickness property to 0.0. Any other value for the latter will add a second equidistant face (the red faces in the above screenshot); Thickness is a distance value in this case).
  • to move the 3D wire above or below the target face enter a value other than 0.0 for the DatiOffset property, this also moves any shape based on this wire accordingly.
  • It is assumed that all geometry in the sketch is enclosed within the blue construction frame. This includes all other construction geometry, as well as the visible internal geometry of complex curves (Bézier, Ellipse). If this is not the case the bounding box of the sketch will be larger than the construction frame and the final mapping will be scaled down accordingly. If required hide the internal geometry that is not fully inside the construction frame.
  • If a sketch holds more construction geometry than only the necessary frame it is now recommended to not attach it directly, instead create a separate Mapped_Sketch object with the construction frame only, and link the desired sketch to the DatiExtra Objects property. (see: forum)

Properties

See also: Property editor.

A Sketch_On_Surface object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

Settings

  • DatiFill Extrusion (Bool): Add extrusion faces
  • DatiFill Faces (Bool): Make faces from closed wires
  • DatiOffset (Float): Offset distance of mapped sketch
  • DatiThickness (Float): Extrusion thickness

SketchOnSurface

  • DatiExtra Objects (LinkList): Additional objects that will be mapped on surface
  • DatiSketch (Link): Input Sketch

Touchup

  • DatiConstruction Bounds (Bool): include construction geometry in sketch bounds
  • DatiReverse U (Bool): Reverse U direction
  • DatiReverse V (Bool): Reverse V direction
  • DatiSwap UV (Bool): Swap U and V directions


IsoCurve
Sweep2Rails
Curves

Questa pagina è recuperata da https://wiki.freecad.org/Curves_SketchOnSurface

Tieniti aggiornato!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

Questo progetto è supportato da: , KiCad Services Corp. e altri sponsor

GitHubMigliora questa pagina su GitHub