TechDraw Vue détaillée

From FreeCAD Documentation
Revision as of 08:30, 5 April 2020 by David69 (talk | contribs) (Created page with "Sélectionnez une vue de pièce dans la fenêtre ou l'arborescence 3D. # Si vous avez plusieurs pages de dessin dans votre document, vous devrez également sélectionner la pa...")
Other languages:

TechDraw Vue détaillée

Emplacement du menu
TechDraw → Insert Detail View
Ateliers
TechDraw
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
TechDraw Vue, TechDraw Projection de groupe

Description

L'outil Détail crée une vue d'une petite zone d'une vue existante.

Vue détaillée avec vue circulaire d'une vue existante

Utilisation

Sélectionnez une vue de pièce dans la fenêtre ou l'arborescence 3D.

  1. Si vous avez plusieurs pages de dessin dans votre document, vous devrez également sélectionner la page souhaitée dans l'arborescence.
  2. Appuyez sur le bouton Insert Detail View pour créer la vue en coupe.
  3. Sélectionnez la vue créée dans l'arborescence et modifiez ses propriétés DonnéesAnchor Point, DonnéesRadius et/ou DonnéesScale pour ajuster la position, la taille et l'agrandissement de la vue de base zone qui doit être affichée dans la vue de détail. d'une vue existante

The Detail view can be displayed within a round or square viewbox. This is controlled by the preferences setting Detail View Outline Shape.

Properties

Detail View

  • DonnéesBaseView: The view on which this Detail view is based.
  • DonnéesAnchor Point: The center of the Detail view within the DonnéesBaseView.
  • DonnéesRadius: The size of the area in the DonnéesBaseView that is displayed in the Detail view.
  • DonnéesScale: Magnification level.
  • DonnéesReference: An identifier to indicate the area of the DonnéesBaseView that is displayed.

Base View

A Detail view inherits all applicable properties of the view specified as DonnéesBaseView. In the properties of this view you can change the appearance of the detail outline:

  • VueHighlight Line Color: Line color for the outline shape.
  • VueHighlight Line Style: Line style for the outline shape.

The default settings for these parameters are set via the settings Detail Highlight and Detail Highlight Style in the TechDraw preferences.

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

The Detail tool can be used in macros and from the Python console by using the following functions:

Detail = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewDetail','Detail')
...TBA

Tricks

  • The space around the view outline and the view object border is by default a white area. This means it covers everything behind it. Sometimes there is not enough space on the page and you can save space by reducing this unnecessary white area.
    This is done by putting the Detail view into a clip group:

File:TechDraw DetailClipped.png

Detail view in a clip group

Notes