TechDraw ProjectShape/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Opis==")
(Created page with "Narzędzie 24px '''Rzut kształtu''' tworzy rzuty kształtów. Rzuty tworzone są w oknie widoku 3D, a nie na TechDraw_Pag...")
Line 22: Line 22:
==Opis==
==Opis==


The [[Image:TechDraw_ProjectShape.svg|24px]] '''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]].
Narzędzie [[Image:TechDraw_ProjectShape.svg|24px]] '''Rzut kształtu''' tworzy rzuty kształtów. Rzuty tworzone w oknie [[3D_view/pl|widoku 3D]], a nie na [[TechDraw_PageDefault/pl|stronie rysunku technicznego]].


[[File:ProjectShape1_it.png]]
[[File:ProjectShape1_it.png]]

Revision as of 06:26, 24 September 2022

Other languages:

Rysunek Techniczny: Rzut kształtu

Lokalizacja w menu
Rysunek Techniczny → Rzut kształtu ...
Środowisko pracy
Rysunek Techniczny
Domyślny skrót
brak
Wprowadzono w wersji
0.20
Zobacz także
Widok 2D kształtu

Opis

Narzędzie Rzut kształtu tworzy rzuty kształtów. Rzuty tworzone są w oknie widoku 3D, a nie na stronie rysunku technicznego.

Usage

  1. Select one or more objects. For each object a separate projection will be created.
  2. There are several ways to invoke the tool:
    • Press the Project shape... button.
    • Select the TechDraw → Project shape... option from the menu.
  3. The Project shapes task panel opens. See Properties.
  4. Set the desired options.
  5. 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.
  6. Press the OK button.

Properties

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

Data

Projection

  • DANESource (Link): The shape to project.
  • DANEDirection (Vector): The direction of the projection. This is the normal vector of the projection plane.
  • DANEVCompound (Bool): If true, visible sharp edges are shown. Example: all edges of a Part Box.
  • DANERg1 Line VCompound (Bool): If true, visible smooth edges are shown. Example: the edges between a fillet and its adjoining faces.
  • DANERg NLine VCompound (Bool): If true, visible sewn edges are shown. Example: the seam of a 360° cylindrical face.
  • DANEOut 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.
  • DANEIso Line VCompound (Bool): If true, visible isoparameters are shown. Does not work currently.
  • DANEHCompound (Bool): If true, hidden sharp edges are shown.
  • DANERg1 Line HCompound (Bool): If true, hidden smooth edges are shown
  • DANERg NLine HCompound (Bool): If true, hidden sewn edges are shown.
  • DANEOut Line HCompound (Bool): If true, hidden outline edges are shown.
  • DANEIso Line HCompound (Bool): If true, hidden isoparameters are shown. Does not work currently.

Notes

This tool was previously available in the Drawing Workbench.