- GuiCommand: Name:TechDraw HorizontalExtentDimension MenuLocation:TechDraw → Dimensions → Insert Horizontal Extent Dimension Workbenches:TechDraw Version:0.19 SeeAlso:TechDraw LengthDimension, TechDraw VerticalExtentDimension
The Horizontal Extent Dimension tool adds a linear dimension to a View. The dimension extends from the left most point on the selected objects to the right most point. A CosmeticVertex will be placed at each point.
*Horizontal Extent dimension of BSpline Face*- Select a View or a collection of Edges in a View.
- Press the Horizontal Extent Dimension button
- A dimension will be added to the View. The dimension may be dragged to the desired position.
Dimension objects are vulnerable to the "topological naming problem". See TechDraw LengthDimension for more information.
See TechDraw LengthDimension. Exceptions noted below.
- MeasureType:
True
- based on 3D geometry or "Projected" - based on the drawing. Not normally manipulated directly by the end user. Not yet implemented for Dimension Horizontal Extent.
See also:
TechDraw API and FreeCAD Scripting Basics.
The Horizontal Extent Dimension tool can be used in macros and from the Python console by using the following functions:
selection = [(view1, 'Edge1'), (view1, 'Edge2')] #or [] for all
hExtentDim = TechDraw.Dimension.makeExtentDim(selection, HORIZONTAL)
rc = page.addView(hExtentDim)
{{TechDraw Tools navi}}
documentation index > TechDraw > TechDraw HorizontalExtentDimension