Drawing Orthoviews/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "# Sélectionnez une fonctionnalité dans l'arborescence du modèle. # S'il y a plus d'une page, sélectionnez la page souhaitée plusieurs fois (tout en maintenant la fonction...")
(Created page with "Selon les sélections effectuées, certaines options peuvent ne pas être disponibles.")
Line 35: Line 35:
==Options==
==Options==


Selon les sélections effectuées, certaines options peuvent ne pas être disponibles.
Depending on the selections made, some options may not be available.


[[File:Drawing_Orthoviews_Options.png|left|frame]]
[[File:Drawing_Orthoviews_Options.png|left|frame]]

Revision as of 12:30, 25 August 2019

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.

L'outil Orthoviews crée toutes les projections orthographiques à l'emplacement approprié pour la vue principale donnée.

Utilisation

  1. Sélectionnez une fonctionnalité dans l'arborescence du modèle.
  2. S'il y a plus d'une page, sélectionnez la page souhaitée plusieurs fois (tout en maintenant la fonction sélectionnée).
  3. Appuyez sur le bouton Inserérer une projection orthogonale....
  4. Définissez les options de création de vue souhaitées. Voir Options.
  5. Cliquez sur OK pour créer les vues de la fonction sélectionnée sur la page sélectionnée.

Options

Selon les sélections effectuées, certaines options peuvent ne pas être disponibles.

  • 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