Difference between revisions of "TechDraw Quadrant"
m ([[ | ]]) |
m ((Vertical Docnav)) |
||
Line 65: | Line 65: | ||
<!--T:17--> | <!--T:17--> | ||
− | {{Docnav|[[TechDraw_Midpoints|Midpoints]]|[[TechDraw FaceCenterLine|FaceCenterLine]]|[[TechDraw_Module|TechDraw]]|IconL=Techdraw-midpoint.svg|IconC=Workbench_TechDraw.svg|IconR=techdraw-facecenterline.svg}} | + | {{Docnav |
+ | |[[TechDraw_Midpoints|Midpoints]] | ||
+ | |[[TechDraw FaceCenterLine|FaceCenterLine]] | ||
+ | |[[TechDraw_Module|TechDraw]] | ||
+ | |IconL=Techdraw-midpoint.svg | ||
+ | |IconC=Workbench_TechDraw.svg | ||
+ | |IconR=techdraw-facecenterline.svg | ||
+ | }} | ||
<!--T:14--> | <!--T:14--> |
Revision as of 16:34, 15 October 2019
Menu location |
---|
TechDraw → Quadrant |
Workbenches |
TechDraw |
Default shortcut |
None |
Introduced in version |
0.19 |
See also |
TechDraw CosmeticVertex, TechDraw Midpoints |
Contents |
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
Quadrant button.
- Cosmetic vertices will be added at the quarter-points of the edges.
This tool can be used on any edge, not just circles.
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()
TechDraw
- Pages: New Default, New Pick
- Views: New View, New Projection Group, New Section, New Detail, New Annotation, New Draft, New Arch, Spreadsheet
- Clips: Clip, ClipPlus, ClipMinus
- Dimensions: New Length, New Horizontal, New Vertical, New Radius, New Diameter, New Angle, New Angle3Pt, New Links, New Balloon
- Decoration: Hatch Area, Geometric Hatch, New Symbol, New Image, Toggle Frames
- Utilities: SaveSVG, SaveDXF
- Additional: Preferences, Import-Export Preferences; Hatching, LineGroup, Templates; TechDraw API, TechDrawGui API
User documentation

- Installation: Linux/Unix, Windows, Mac; Getting started
- Basics: About FreeCAD, Workbenches, Preferences, Document structure, Interface Customization, Properties, Mouse Model; Tutorials
- Workbenches: Std Base; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Scripting: Introduction to Python, FreeCAD scripting tutorial, FreeCAD Scripting Basics, How to install macros, Gui Command, Units Modules: Builtin modules, Workbench creation, Installing more workbenches Meshes: Mesh Scripting, Mesh Module Parts: The Part Module, Topological data scripting, PythonOCC, Mesh to Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Qt interface: PySide, Using the FreeCAD GUI, Dialog creation Parametric objects: Scripted objects Other: Code snippets, Line drawing function, Embedding FreeCAD, FreeCAD vector math library, Power users hub, Python, Macros, FreeCAD Scripting Basics, Topological data scripting