TechDraw ProjectShape/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/it |Name=TechDraw ProjectShape |Name=TechDraw Proietta forma |MenuLocation=TechDraw → Viste TechDraw → Project shape... |Workbenches=TechDraw |Shortcut= |Version=0.20 |SeeAlso=Draft Vista forma 2D }}")
(Created page with "==Descrizione==")
Line 20: Line 20:
}}
}}


==Description==
<span id="Description"></span>
==Descrizione==


The '''TechDraw ProjectShape''' tool creates projections of shapes. The projections are created in the [[3D_view|3D view]], and not on a [[TechDraw_PageDefault|TechDraw Page]].
The '''TechDraw ProjectShape''' tool creates projections of shapes. The projections are created in the [[3D_view|3D view]], and not on a [[TechDraw_PageDefault|TechDraw Page]].

Revision as of 22:26, 21 April 2024

Other languages:

TechDraw Proietta forma

Posizione nel menu
TechDraw → Viste TechDraw → Project shape...
Ambiente
TechDraw
Avvio veloce
Nessuno
Introdotto nella versione
0.20
Vedere anche
Draft Vista forma 2D

Descrizione

The TechDraw ProjectShape tool creates projections of shapes. The projections are created in the 3D view, and not on a TechDraw Page.

Usage

  1. Optionally rotate the 3D view. The objects will be projected onto a plane parallel to the screen i.e. along the 3D view's camera direction, which is used as the default DatiDirection property.
  2. Select one or more objects. For each object a separate projection will be created.
  3. There are several ways to invoke the tool:
    • Press the Project shape... button.
    • Select the TechDraw → TechDraw Views → Project shape... option from the menu.
  4. The Project shapes task panel opens. See Properties.
  5. Set the desired options.
  6. The selected options should not result in an empty projection as this will cause an error. For example, for an object with only sharp edges such as a Part Box, the Visible sharp edges and/or Hidden sharp edges option must be checked.
  7. Press the OK button.
  8. The projection is placed on the XY plane.
  9. Optionally change the DatiPlacement property and/or DatiDirection property of the projection.

Properties

A Projection object is derived from a Part Feature and inherits all its properties. It also has the following additional properties:

Data

Projection

  • DatiSource (Link): The shape to project.
  • DatiDirection (Vector): The direction of the projection. This is the normal vector of the projection plane.
  • DatiVCompound (Bool): If true, visible sharp edges are shown. Example: all edges of a Part Box.
  • DatiRg1 Line VCompound (Bool): If true, visible smooth edges are shown. Example: the edges between a fillet and its adjoining faces.
  • DatiRg NLine VCompound (Bool): If true, visible sewn edges are shown. Example: the seam of a 360° cylindrical face.
  • DatiOut Line VCompound (Bool): If true, visible outline edges (that are not sharp) are shown. Example: the side view of a Part Cylinder has two such edges.
  • DatiIso Line VCompound (Bool): If true, visible isoparameters are shown. Does not work currently.
  • DatiHCompound (Bool): If true, hidden sharp edges are shown.
  • DatiRg1 Line HCompound (Bool): If true, hidden smooth edges are shown
  • DatiRg NLine HCompound (Bool): If true, hidden sewn edges are shown.
  • DatiOut Line HCompound (Bool): If true, hidden outline edges are shown.
  • DatiIso Line HCompound (Bool): If true, hidden isoparameters are shown. Does not work currently.

Notes

This tool was previously available in the Drawing Workbench.