FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: 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!

Thickness
Compound
Part

Part ProjectionOnSurface

Menu location
Part → Project 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:
    • Press the Project on Surface button.
    • Select the Part → Project on Surface option from the menu.
  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:

  • The projection direction is automatically taken from the camera direction in the 3D View at the moment the command is launched.
  • To change the direction, move the camera, and press Get Current Camera Direction.
  • Alternatively press the X, Y, or Z buttons to set the projection direction to the main global axes, +X, -X, +Y, -Y, +Z, or -Z.
  • However, do notice that changing the projection direction won't automatically update the projection preview; in order to do this, you must re-select the geometry by pressing the Add… buttons and picking the subelements again.

Options

  • Extrude height: it is the height of the solid shape that is created by extruding the projected face, from the target surface and along the negative of the projection direction. For example, if the projection direction is along +Y (0, 1, 0), the extrusion will be created in the direction -Y (0, -1, 0). This solid extrusion will only be created if the subelement selected was a closed face, by pressing the Add Face button, and by choosing the Show all option.
  • Solid depth: it is the distance that the projection object is moved along the projection direction. Negative values will displace the object in the opposite direction; this allows creating a projection that is offset from the target surface.

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:

  • Check if your source face is valid; try running the Part CheckGeometry command for clues.
  • Check if the projection direction is valid. Can the source face be realistically projected onto the target surface? Would a straight projection hit the surface? Adjust the camera so that the source face is in front of the target surface, and try again.
  • Try to use the Show edges option. Are the edges projected correctly? Try to create a face with the edges by hand.

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

  • Forum thread: Project faces onto bent surface


Thickness
Compound
Part

This page is retrieved from https://wiki.freecad.org/Part_ProjectionOnSurface

Get in touch!
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.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub