Curves SketchOnSurface/it

Other languages:

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.

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