TechDraw ProjectShape: Difference between revisions

From FreeCAD Documentation
(Undo revision 1183294 by Roy 043 (talk))
Tag: Undo
Line 32: Line 32:
#* Press the {{Button|[[Image:TechDraw_ProjectShape.svg|16px]] [[TechDraw_ProjectShape|Project shape...]]}} button.
#* Press the {{Button|[[Image:TechDraw_ProjectShape.svg|16px]] [[TechDraw_ProjectShape|Project shape...]]}} button.
#* Select the {{MenuCommand|TechDraw → [[Image:TechDraw_ProjectShape.svg|16px]] Project shape...}} option from the menu.
#* Select the {{MenuCommand|TechDraw → [[Image:TechDraw_ProjectShape.svg|16px]] Project shape...}} option from the menu.
# The {{MenuCommand|Project shapes}} task panel opens.
# The {{MenuCommand|Project shapes}} task panel opens. See [[#Properties|Properties]].
# Set the desired options.
# Set the desired options.
# Press the {{Button|OK}} button.
# Press the {{Button|OK}} button.

Revision as of 08:37, 11 September 2022

Other languages:

TechDraw ProjectShape

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

Description

This tool creates a projection of the selected object (Source) in the 3D view.

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. Press the OK button.

Properties

Data

Projection

  • DataSource (Link): The shape to project.
  • DataDirection (Vector): The direction of the projection. This is the normal vector of the projection plane.
  • DataVCompound (Bool): If true, visible sharp edges are shown. Must be true if any of the other DataVCompound properties is true.
  • DataRg1 Line VCompound (Bool): If true, visible smooth edges are shown.
  • DataRg NLine VCompound (Bool): If true, visible sewn edges are shown.
  • DataOut Line VCompound (Bool): If true, visible outline edges are shown.
  • DataIso Line VCompound (Bool): If true, visible isoparameters are shown.
  • DataHCompound (Bool): If true, invisible sharp edges are shown. Must be true if any of the other DataHCompound properties is true.
  • DataRg1 Line HCompound (Bool): If true, invisible smooth edges are shown
  • DataRg NLine HCompound (Bool): If true, invisible sewn edges are shown.
  • DataOut Line HCompound (Bool): If true, invisible outline edges are shown.
  • DataIso Line HCompound (Bool): If true, invisible isoparameters are shown.

Notes

This tool was previously available in the Drawing Workbench.