Jump to content

TechDraw ProjectShape (Чертёж Спроецировать Фигуру)

From FreeCAD Documentation
This page is a translated version of the page TechDraw ProjectShape and the translation is 8% complete.

TechDraw ProjectShape

Menu location
TechDraw → TechDraw Views → Project Shape
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.20
See also
Draft Shape2DView

Description

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 ДанныеDirection property.
  2. Select one or more objects. For each object a separate projection will be created.
  3. 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 ДанныеPlacement property and/or ДанныеDirection 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

  • ДанныеSource (Link): The shape to project.
  • ДанныеDirection (Vector): The direction of the projection. This is the normal vector of the projection plane.
  • ДанныеVCompound (Bool): If true, visible sharp edges are shown. Example: all edges of a Part Box.
  • ДанныеRg1 Line VCompound (Bool): If true, visible smooth edges are shown. Example: the edges between a fillet and its adjoining faces.
  • ДанныеRg NLine VCompound (Bool): If true, visible sewn edges are shown. Example: the seam of a 360° cylindrical face.
  • ДанныеOut 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.
  • ДанныеIso Line VCompound (Bool): If true, visible isoparameters are shown. Does not work currently.
  • ДанныеHCompound (Bool): If true, hidden sharp edges are shown.
  • ДанныеRg1 Line HCompound (Bool): If true, hidden smooth edges are shown
  • ДанныеRg NLine HCompound (Bool): If true, hidden sewn edges are shown.
  • ДанныеOut Line HCompound (Bool): If true, hidden outline edges are shown.
  • ДанныеIso Line HCompound (Bool): If true, hidden isoparameters are shown. Does not work currently.