Difference between revisions of "TechDraw Quadrants"
Jump to navigation
Jump to search
TechDraw
User documentation
Wandererfan (talk | contribs) |
Renatorivo (talk | contribs) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:16--> | <!--T:16--> | ||
− | {{Docnav|[[TechDraw_Midpoints|Midpoints]]|[[ | + | {{Docnav|[[TechDraw_Midpoints|Midpoints]]|[[TechDraw CosmeticEraser|CosmeticEraser]]|[[TechDraw_Module|TechDraw]]|IconL=Techdraw-midpoint.svg|IconC=Workbench_TechDraw.svg|IconR=techdraw-eraser.svg}} |
<!--T:1--> | <!--T:1--> | ||
Line 60: | Line 60: | ||
<!--T:17--> | <!--T:17--> | ||
− | {{Docnav|[[TechDraw_Midpoints|Midpoints]]|[[ | + | {{Docnav|[[TechDraw_Midpoints|Midpoints]]|[[TechDraw CosmeticEraser|CosmeticEraser]]|[[TechDraw_Module|TechDraw]]|IconL=Techdraw-midpoint.svg|IconC=Workbench_TechDraw.svg|IconR=techdraw-eraser.svg}} |
<!--T:14--> | <!--T:14--> |
Revision as of 21:19, 31 May 2019
32px TechDraw Quadrant |
Menu location |
---|
TechDraw → Quadrant |
Workbenches |
TechDraw |
Default shortcut |
None |
Introduced in version |
0.19 |
See also |
TechDraw CosmeticVertex, TechDraw Midpoints |
Description
The Quadrant tool adds Cosmetic Vertices at the 90/180/270 degree points of a circular Edge (the 0 degree vertex should already be there as a geometric vertex).
Cosmetic Vertices at quadrant points of a circle
How to use
- Select one or more (circular) Edges in a View.
- Press the 16px Quadrant button
- Cosmetic Vertices will be added at the quarter-point(s) of the Edge(s).
Properties
Cosmetic Vertices have no properties of their own, as they are not Document Objects. They share color and size settings with regular geometry vertices.
Scripting
See also: TechDraw API and FreeCAD Scripting Basics.
Cosmetic Vertices are not accessible from macros or the Python console at this time. This snippet will remove all Cosmetic Vertices from the View.
>>> v = App.ActiveDocument.View
>>> v.clearCV()
>>> App.activeDocument().recompute()
Notes
- This feature was added in v0.19
- This tool can actually be used on any Edge, not just circles.
- 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