Part Projection sur surface

From FreeCAD Documentation
Revision as of 12:39, 4 July 2019 by Gnrc (talk | contribs) (Created page with "Si ça arrive : # Vérifiez si votre face de départ est valide. # Vérifiez si la direction de projection est valide. (La face peut-elle être projetée sur la surface ? Ou n...")


Projection SurSurface

Emplacement du menu
Part → Créer projection sur une surface...
Ateliers
Part
Raccourci par défaut
Aucun
Introduit dans la version
0.19
Voir aussi
Aucun

Description

Projette un logo, un texte ou une face, un treillis, une arête sur une surface.

Avec cette fonction il est possible de créer une projection solide, face ou treillis. Avec la forme créée il est possible, par exemple, de créer une coupe booléenne.

Projection sur une surface courbe

Utilisation

  1. Select the face you want to project to.
  2. The projection direction
    • When entering the function, the current camera direction is used for the projection direction
    • To change the direction, use the camera direction to get your projection direction and press "Get current camera direction"
    • Or press X:,Y:,Z: to toggle the direction x=1,x=-1,y=1,y=-1,z=1,z=-1
  3. Choose what kind of shape you want to add to your projection object.
    • Add Face: Select a face you want to add.
    • Add wire: Select a edge. The algorithm takes the wire the edge belongs to and adds it to the projection object.
    • Add edge: Select a edge. The selected edge is added to the projection object.
  4. Choose the what kind of shape you like to create.
    • Show all: Shows if possible the projected solid object.
    • Show faces: Shows if possible the projected face object.
    • Show edges: Shows the projected edge object.
  5. Extrude height is the value the solid is extrude along the reversed projection direction.
  6. Solid depth is the value the projection object is moved along the projection direction.
  7. When you are finish with the projection object hit "OK" and the projection object is created.

Options

  1. Extrude height
    • The height value a valid projection solid is extruded along the reversed projection direction
  2. Solid depth
    • The depth value a valid projection object is moved along the projection direction
  3. Camera / projection direction
    • "Get current camera direction" sets the current camera view for the projection direction
    • X: toggle the projection direction between x=1 and x=-1
    • Y: toggle the projection direction between y=1 and y=-1
    • Z: toggle the projection direction between z=1 and z=-1

Limitations

L'algorithme de projection n'est parfois pas en mesure de créer une face de projection valide. Si cela se produit, le solide ne peut pas non plus être créé.

Si ça arrive :

  1. Vérifiez si votre face de départ est valide.
  2. Vérifiez si la direction de projection est valide. (La face peut-elle être projetée sur la surface ? Ou ne frappe-t-elle pas la surface ?)
  3. Essayez d'utiliser l'option "Afficher les bords". Les bords sont-ils bien projetés ? Essayez de créer à la main une face avec les bords.

Liens

https://forum.freecadweb.org/viewtopic.php?f=9&t=33700

Exemples