TechDraw ToggleFrame: Difference between revisions

From FreeCAD Documentation
No edit summary
(Usage)
 
(2 intermediate revisions by 2 users not shown)
Line 15: Line 15:
{{GuiCommand
{{GuiCommand
|Name=TechDraw ToggleFrame
|Name=TechDraw ToggleFrame
|MenuLocation=TechDraw → Turn View Frames On/Off
|MenuLocation=TechDraw → TechDraw Views → Turn View Frames On/Off
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|SeeAlso=[[TechDraw_View|TechDraw View]], [[TechDraw_ProjectionGroup|TechDraw Projection Group]]
|SeeAlso=[[TechDraw_View|TechDraw View]], [[TechDraw_ProjectionGroup|TechDraw Projection Group]]
Line 23: Line 23:


<!--T:8-->
<!--T:8-->
The Toggle tool turns the display of View frames, labels and vertices on or off.
The '''TechDraw ToggleFrame''' tool turns the display of View frames, labels and vertices on or off.


</translate>
</translate>
Line 34: Line 34:


<!--T:10-->
<!--T:10-->
# If you have multiple drawing pages in your document, you will need to select the desired page in the tree.
# If there are multiple drawing pages in the document: optionally activate the desired page by selecting it in the [[Tree_view|Tree view]].
# There are several ways to invoke the tool:
# Press the {{Button|[[Image:TechDraw_ToggleFrame.svg|16px]] [[TechDraw_ToggleFrame|Turn View Frames On/Off]]}} button.
#* Press the {{Button|[[Image:TechDraw_ToggleFrame.svg|16px]] [[TechDraw_ToggleFrame|Turn View Frames On/Off]]}} button.
# If View frames are currently visible, they will disappear. If View frames are not visible, they will appear.
# It is possible for different Views to be in different states of frame display. If this happens, press the {{Button|[[Image:TechDraw_ToggleFrame.svg|16px]] [[TechDraw_ToggleFrame|Turn View Frames On/Off]]}} button once or twice to resynchronize the Views.
#* Select the {{MenuCommand|TechDraw TechDraw Views [[Image:TechDraw_ToggleFrame.svg|16px]] Turn View Frames On/Off}} option from the menu.
#* If a page is displayed in the [[Main_view_area|Main view area]]: right-click the page's window and select the {{MenuCommand|Toggle Frames}} option from the context menu.
# If there are multiple drawing pages in the document and you have not yet activated a page, the {{MenuCommand|Page Chooser}} dialog box opens: {{Version|0.20}}
## Select the desired page.
## Press the {{Button|OK}} button.
# Currently visible View frames will disappear. Currently invisible View frames will appear.
# It is possible for different Views to be in different states of frame display. If this happens, invoke this tool once or twice to resynchronize the Views.


== Background == <!--T:17-->
== Background == <!--T:17-->

Latest revision as of 21:56, 24 July 2023

TechDraw ToggleFrame

Menu location
TechDraw → TechDraw Views → Turn View Frames On/Off
Workbenches
TechDraw
Default shortcut
None
Introduced in version
-
See also
TechDraw View, TechDraw Projection Group

Description

The TechDraw ToggleFrame tool turns the display of View frames, labels and vertices on or off.

View of the solid projection with frames turned on and turned off

Usage

  1. If there are multiple drawing pages in the document: optionally activate the desired page by selecting it in the Tree view.
  2. There are several ways to invoke the tool:
    • Press the Turn View Frames On/Off button.
    • Select the TechDraw → TechDraw Views → Turn View Frames On/Off option from the menu.
    • If a page is displayed in the Main view area: right-click the page's window and select the Toggle Frames option from the context menu.
  3. If there are multiple drawing pages in the document and you have not yet activated a page, the Page Chooser dialog box opens: introduced in version 0.20
    1. Select the desired page.
    2. Press the OK button.
  4. Currently visible View frames will disappear. Currently invisible View frames will appear.
  5. It is possible for different Views to be in different states of frame display. If this happens, invoke this tool once or twice to resynchronize the Views.

Background

The dotted view frame and the vertex dots are just for reference, they aren't actually part of the drawing, so you won't see them once you export the page as PDF or SVG.

The suggested workflow is to use Turn View Frames On/Off to deactivate the frame surrounding the view, and also the additional dots. With the dots, use the measurement tools to select the correct edges to measure, then toggle the frame (and dots) off to see the final result. Not satisfied? Toggle the frame (and dots) on again, select other vertices and create new measurements, then toggle the frame off again.

You can adjust the size of the vertex dots in the TechDraw Preferences/Scale tab. Please do not set their size to zero, just small or big enough so it's comfortable for you to pick them up.

Scripting

See also: Autogenerated API documentation and FreeCAD Scripting Basics.

The Toggle tool currently doesn't have a programming interface.