Drawing Openbrowser/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{docnav|[[Drawing_Clip|Clip]]|[[Drawing_Orthoviews|Ortho Views]]|[[Drawing_Module|Drawing Module]]|IconL=Drawing_Clip.png|IconC=Workbench_Drawing.svg|IconR=Drawing_Orthoviews.png}}
{{docnav|[[Drawing_Clip|Clip]]|[[Drawing_Orthoviews|Ortho Views]]|[[Drawing_Workbench|Drawing Workbench]]|IconL=Drawing_Clip.png|IconC=Workbench_Drawing.svg|IconR=Drawing_Orthoviews.png}}


{{GuiCommand|Name=Drawing Openbrowser|Workbenches=[[Drawing Workbench|Drawing]], Complete|MenuLocation=Drawing → Open Browser|Shortcut=none}}
{{GuiCommand|Name=Drawing Openbrowser|Workbenches=[[Drawing Workbench|Drawing]], Complete|MenuLocation=Drawing → Open Browser|Shortcut=none}}
Line 8: Line 8:
This command allows you to display a selected [[Drawing Landscape A3|Drawing page]] using FreeCAD's internal web browser. The normal Drawing page viewer of FreeCAD is based on [http://qt-project.org/doc/qt-5.0/qtsvg/svgrendering.html Qt's built-in SVG rendering module], which only supports a tiny subset of the full SVG specification. As a result, some more advanced SVG features, such as pattern fills or multiline texts are not supported by this viewer. The FreeCAD internal web browser, however, is built on [http://en.wikipedia.org/wiki/WebKit webkit], which is one of the best SVG renderers available, and will correctly render your page with all its features.
This command allows you to display a selected [[Drawing Landscape A3|Drawing page]] using FreeCAD's internal web browser. The normal Drawing page viewer of FreeCAD is based on [http://qt-project.org/doc/qt-5.0/qtsvg/svgrendering.html Qt's built-in SVG rendering module], which only supports a tiny subset of the full SVG specification. As a result, some more advanced SVG features, such as pattern fills or multiline texts are not supported by this viewer. The FreeCAD internal web browser, however, is built on [http://en.wikipedia.org/wiki/WebKit webkit], which is one of the best SVG renderers available, and will correctly render your page with all its features.


== How to use ==
==Usage==


# Create a [[Drawing Landscape A3|Drawing page]]
# Create a [[Drawing Landscape A3|Drawing page]]
Line 19: Line 19:
* A page opened in the web browser will not refresh automatically on changes. You must use right-click → reload manually.
* A page opened in the web browser will not refresh automatically on changes. You must use right-click → reload manually.


{{docnav|[[Drawing_Clip|Clip]]|[[Drawing_Orthoviews|Ortho Views]]|[[Drawing_Module|Drawing Module]]|IconL=Drawing_Clip.png|IconC=Workbench_Drawing.svg|IconR=Drawing_Orthoviews.png}}
{{docnav|[[Drawing_Clip|Clip]]|[[Drawing_Orthoviews|Ortho Views]]|[[Drawing_Workbench|Drawing Workbench]]|IconL=Drawing_Clip.png|IconC=Workbench_Drawing.svg|IconR=Drawing_Orthoviews.png}}


{{Drawing Tools navi{{#translation:}}}}
{{Drawing Tools navi{{#translation:}}}}

Latest revision as of 11:36, 24 August 2021

Drawing Openbrowser

Menu location
Drawing → Open Browser
Workbenches
Drawing, Complete
Default shortcut
none
Introduced in version
-
See also
None

Description

This command allows you to display a selected Drawing page using FreeCAD's internal web browser. The normal Drawing page viewer of FreeCAD is based on Qt's built-in SVG rendering module, which only supports a tiny subset of the full SVG specification. As a result, some more advanced SVG features, such as pattern fills or multiline texts are not supported by this viewer. The FreeCAD internal web browser, however, is built on webkit, which is one of the best SVG renderers available, and will correctly render your page with all its features.

Usage

  1. Create a Drawing page
  2. Add some views or other content to your page
  3. Refresh the view if a Drawing view wasn't opened
  4. Press the Drawing Openbrowser button

Limitations

  • A page opened in the web browser will not refresh automatically on changes. You must use right-click → reload manually.