Drawing Vues orthogonales

From FreeCAD Documentation
Revision as of 12:28, 25 August 2019 by David69 (talk | contribs) (Created page with "L'outil Orthoviews insère un ensemble de projections orthographiques de l'objet sélectionné dans la feuille de dessin active. Notez qu'il ne crée pas un seul objet de vue...")

Description

Vues orthogonales Drawing

Emplacement du menu
Mise en plan → Insérer des vues orthogonales
Ateliers
Module Drawing, Complete
Raccourci par défaut
aucun
Introduit dans la version
-
Voir aussi
Paysage A3 Drawing


L'outil Orthoviews insère un ensemble de projections orthographiques de l'objet sélectionné dans la feuille de dessin active. Notez qu'il ne crée pas un seul objet de vue sur la page. Au lieu de cela, une projection orthographique séparée sera créée pour chacune des vues sélectionnées dans les options.

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

How to use

  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. 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.
  • 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).
  • 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