TechDraw DetailView
Jump to navigation
Jump to search
TechDraw
User documentation
Menu location |
---|
TechDraw → Insert Detail View |
Workbenches |
TechDraw |
Default shortcut |
None |
Introduced in version |
- |
See also |
TechDraw View, TechDraw Projection Group |
Description
The Detail tool creates a view of small area of an existing view.
Detail view with circular viewbox of an existing view
Usage
- Select a view in the page or tree.
- Press the
Insert Detail View button to create the detail view.
- In the appearing task dialog you can define the radius of the view box, the scale and the view position. For the latter you can do this
- either by changing the coordinates
- or by pressing the button Drag Highlight. In this case the detail origin border is highlighted bold and with the label drag. Click on the border or the label, keep the mouse button pressed and drag it to the position you like. Finally release the mouse to accept the change.
The Detail view can be displayed within a round or square view box. This is controlled by the preferences setting Detail View Outline Shape.
Properties
Detail View
- DataBaseView: The view on which this Detail view is based.
- DataAnchor Point: The center of the Detail view within the DataBaseView.
- DataRadius: The size of the area in the DataBaseView that is displayed in the Detail view.
- DataScale Type: Type of the scale. The choices are:
- Page: The scale factor of the drawing Page is used
- Automatic: In case the detail view would be larger than the page, it will be scaled down to fit into the page
- Custom: A custom scale factor set by DataScale
- DataScale: Magnification level.
- DataReference: An identifier to indicate the area of the DataBaseView that is displayed.
Base View
A Detail view inherits all applicable properties of the view specified as DataBaseView. In the properties of this view you can change the appearance of the detail outline:
- ViewHighlight Adjust: Clockwise rotation angle of the Detail view.
- ViewHighlight Line Color: Line color for the outline shape. Default setting for this is the setting Detail Highlight in the TechDraw preferences.
- ViewHighlight Line Style: Line style for the outline shape. Default setting for this is the setting 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:
Detail view in a clip group
- For detail views with a round outline, the position of the reference label in the base view can be changed via the base view property ViewHighlight Adjust.
Notes
- Pages: Insert Default Page, Insert Page using Template, Redraw Page
- Views: Insert View, Insert Active View, Insert Projection Group, Insert Section View, Insert Detail View, Insert Draft Workbench Object, Insert Arch Workbench Object, Insert Spreadsheet View
- Clips: Insert Clip Group, Add View to Clip Group, Remove View from Clip Group
- Dimensions: New Length, New Horizontal, New Vertical, New Radius, New Diameter, New Angle, New Angle3Pt, New Links, New Balloon
- Decorations: Hatch Face using Image File, Apply Geometric Hatch to Face, Insert SVG Symbol, Insert Bitmap Image, Turn View Frames On/Off
- Annotations: Insert Annotation, Add Leaderline to View, Insert Rich Text Annotation, Add Cosmetic Vertex, Add Midpoint Vertices, Add Quadrant Vertices, Add Centerline to Face(s), Add Centerline between 2 Lines, Add Centerline between 2 Points, Remove Cosmetic Object, Change Appearance of Line(s), Show/Hide Invisible Edges, Add Welding Information to Leader
- Import/Export: Export Page as SVG, Export Page as DXF
- Additional: Preferences; Hatching, LineGroup, Templates; TechDraw API, TechDrawGui API

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties; Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Points, Raytracing, Reverse Engineering, Sketcher, Spreadsheet, Start, Surface, TechDraw, Test Framework, Web
- Deprecated or unmaintained workbenches: Complete, Drawing, Robot
- Hubs: User hub, Power users hub, Developer hub