Drawing Orthoviews/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{docnav|[[Drawing_Openbrowser|Open Browser]]|[[Drawing_Symbol|Symbol]]|[[Drawing_Workbench|Drawing Workbench]]|IconL=Drawing_Openbrowser.png|IconC=Workbench_Drawing.svg|IconR=Drawing_Symbol.png}}


==Description==
==Description==
Line 10: Line 11:
The Orthoviews tool creates all of the orthographic projections is the proper location for the given main view.
The Orthoviews tool creates all of the orthographic projections is the proper location for the given main view.


== How to use ==
==Usage==


# Select a feature in the model tree.
# Select a feature in the model tree.
Line 32: Line 33:
* '''Auto scale / position''': If this box is checked, the view scale, location, and spacing will be chosen to best use the available space on the page. If this box is unchecked, the user specifies scale, location, and spacing.
* '''Auto scale / position''': If this box is checked, the view scale, location, and spacing will be chosen to best use the available space on the page. If this box is unchecked, the user specifies scale, location, and spacing.
* '''Scale''': The scale for the view, expressed as the denominator of a scale fraction. Thus, {{SystemInput|2|}} will create a set of views scaled at 1:2.
* '''Scale''': The scale for the view, expressed as the denominator of a scale fraction. Thus, {{SystemInput|2|}} will create a set of views scaled at 1:2.
* '''Top left x / y''': The location of the set of views from the top left of the page. Incresing the x value (first column) moves the views to the right. Increasing the y value (second column) moves the views down on the page.
* '''Top left x / y''': The location of the set of views from the top left of the page. Increasing the x value (first column) moves the views to the right. Increasing the y value (second column) moves the views down on the page.
* '''Spacing dx / dy''': The x (first column) and y (second column) spacings between adjacent views. The spacings are the spacing of the Part coordinate system; in most cases there will be less blank space between the views that the spacing value (as the views have x and y dimensions).
* '''Spacing dx / dy''': The x (first column) and y (second column) spacing between adjacent views. The spacing are the spacing of the Part coordinate system; in most cases there will be less blank space between the views that the spacing value (as the views have x and y dimensions).
* '''Show hidden lines''': If selected, hidden lines will be visible in the created views.
* '''Show hidden lines''': If selected, hidden lines will be visible in the created views.
* '''Show smooth lines''': If selected, show lines where curvature is discontinuous (for example, where a fillet connects to a flat part).
* '''Show smooth lines''': If selected, show lines where curvature is discontinuous (for example, where a fillet connects to a flat part).
Line 55: Line 56:




{{docnav|[[Drawing_Openbrowser|Open Browser]]|[[Drawing_Symbol|Symbol]]|[[Drawing_Workbench|Drawing Workbench]]|IconL=Drawing_Openbrowser.png|IconC=Workbench_Drawing.svg|IconR=Drawing_Symbol.png}}
{{clear}}

{{Drawing Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 11:36, 24 August 2021

Description

Drawing Orthoviews

Menu location
Drawing → Insert orthographic views
Workbenches
Drawing, Complete
Default shortcut
none
Introduced in version
-
See also
Drawing Landscape A3


The Orthoviews tool inserts a set of orthographic projections of the selected object in the active drawing sheet. Note that it does not create a single view object on the page. Instead, a separate orthographic projection will be created for each of the views selected in the options.

The Orthoviews tool creates all of the orthographic projections is the proper location for the given main view.

Usage

  1. Select a feature in the model tree.
  2. If there is more than one page, multi-select the desired page (while keeping the feature selected).
  3. Press the Insert orthographic views button.
  4. Define your desired view creation options. See Options.
  5. Click OK to create the views of the selected feature on the selected page.

Options

Depending on the selections made, some options may not be available.

  • Projection: Select whether you want a third angle (default) or first angle projection
  • View from: Choose the axis that will face out of the drawing sheet toward the user.
  • Axis aligned right: Choose the axis that will point to the right on the drawing sheet. The remaining axis will be vertical on the page.
  • Secondary views: Choose the views that you wish to have created. The main view lies in the center of the checkboxes, and is oriented by the View from and Axis aligned right options. Secondary views will be created for each box that is checked.

General

  • Auto scale / position: If this box is checked, the view scale, location, and spacing will be chosen to best use the available space on the page. If this box is unchecked, the user specifies scale, location, and spacing.
  • Scale: The scale for the view, expressed as the denominator of a scale fraction. Thus, 2 will create a set of views scaled at 1:2.
  • Top left x / y: The location of the set of views from the top left of the page. Increasing the x value (first column) moves the views to the right. Increasing the y value (second column) moves the views down on the page.
  • Spacing dx / dy: The x (first column) and y (second column) spacing between adjacent views. The spacing are the spacing of the Part coordinate system; in most cases there will be less blank space between the views that the spacing value (as the views have x and y dimensions).
  • Show hidden lines: If selected, hidden lines will be visible in the created views.
  • Show smooth lines: If selected, show lines where curvature is discontinuous (for example, where a fillet connects to a flat part).

Properties

There are no properties for this command; the command creates properties for each of the individual views.

Scripting

Drawing Orthoviews is not called in scripting. The individual views created by the Drawing Orthoviews command can be created in scripts.

Limitations

To be added

Tutorials