Curves SketchOnSurface

From FreeCAD Documentation
Revision as of 20:14, 6 April 2020 by Renatorivo (talk | contribs) (Marked this version for translation)
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
Curves → Sketch on Surface
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Description

This tool maps a sketch onto a face. 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)

Usage

  1. Switch to the Curves workbench (you may need to install it via the Addon Manager
  2. There are 2 methods to use the SketchOnSurface tool:
    You already have a sketch that you want to map on a face
    1. Attach the sketch to the target face.
    2. Edit the sketch and add a Construction (blue) rectangle around the geometries.
      • This rectangle will be the parametric bounds of the face.
    3. Exit edit mode.
    4. Select the sketch and activate SketchOnSurface by either:
      1. Pressing on the button
      2. Using the Curves → Sketch on Surface entry in the Curves menu
    You have no sketch to map yet
    1. Select the target face in the 3D view
    2. Activate SketchOnSurface by either:
      1. Pressing on the button
      2. Using the Curves → Sketch on Surface entry in the Curves menu
      A default sketch will be created and attached to this face.
      A SketchOnSurface object will be created upon this sketch.
    3. Edit the sketch and add geometries inside the blue construction bounds.

Options

  • Fill Extrusion: When the Thickness value is not null, this will generate lofting faces (the blue faces in the above screenshot).
  • Fill Faces: This will fill all closed wires of the mapped shapes into faces (the red faces in the above screenshot).
  • Offset: This will offset the mapped shapes above or behind the target face.
  • Thickness: If not null, this will create a second set of shapes, that will be offset by the given value from the first ones.

Properties

Limitations

Scripting