Part ProjectionOnSurface/pt-br

Other languages:

Part ProjectionOnSurface

Menu location
Part → Create projection on surface...
Workbenches
Part
Default shortcut
None
Introduced in version
0.19
See also
None

Description

The Part ProjectionOnSurface command projects a shape onto a face from another object. It can for example be used to project logos or text objects.

Projection of a logo on a curved surface.

Usage

  1. Make sure you have at least two objects in your document; the "source" object that you wish to project, and the "target" object where the projection will be made.
  2. There are several ways to invoke the command:
  3. The Projection on surface task panel opens.
  4. Click on Select projection surface, and then click on the "target" surface where the projection will be created.
  5. Then click on the specific button to choose the type of subelement that you want to add to your projection object.
    • Add face: select a source face.
    • Add wire: select a source edge. The command will extract the entire wire to which the edge belongs. For example, by choosing a single edge of a polygon, it will project the entire polygon.
    • Add edge: select a source edge. The command will only project the selected edge.
    • Once a button is depressed, pick a subelement in the 3D view. If you wish to deselect it, pick the same element again.
    • When you are satisfied with your selection, press the same Add... button to leave the selection mode.
  6. Then click on the specific radio button to choose the type of projection shape to create.
    • Show all: it will show all types of closed wires and edges on the target surface. If a "face" subelement was selected in the previous step, a preview of a solid object extruded from the projection will be shown, depending on the value of Extrude height.
    • Show faces: it will show a preview of a filled face on the target surface. This will only work if you selected a "face" subelement in the previous step; if you selected a closed "wire", only the edges (no face) will be created as projection; if you selected "edges", only those edges will be created as projection.
    • Show edges: it will show a preview of the edges on the target surface. This will work whether you added a "face", "wire", or "edge" subelement in the previous step; even if you added a filled "face", only the edges will be created as projection.
  7. Press the OK to complete the operation and produce the new projection object.

Notes:

Options

Limitations

The projection algorithm sometimes is not able to create a valid projection face. If this happens a solid extrusion won't be able to be created either.

If this happens:

The projection done in the Part workbench is not parametric. If you need a parametric workflow, please consult with the Projection class, which is a Python scripted object, intended for programmatic use.

Links