Translations:Sketcher Dialog/39/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
{| class="wikitable mw-collapsible mw-collapsed"
{| class="wikitable"
!style="width: 15%;"|Option
!style="width: 15%;"|Option
!style="width: 85%;"|Description
!style="width: 85%;"|Description
Line 39: Line 39:
* Button in column 4: Selects the center point of the element.
* Button in column 4: Selects the center point of the element.
Clicking the text has the same effect as clicking the first available button of the element.
Clicking the text has the same effect as clicking the first available button of the element.
|-
| {{MenuCommand|Context menu}}
| Right-clicking elements selected in the list opens a context menu. The menu contains the [[Sketcher_Workbench#Geometric_constraints|Geometric constraint tools]], the [[Sketcher_Workbench#Dimensional_constraints|Dimensional constraint tools]] and the following additional options:
* {{MenuCommand|Toggle construction geometry}}: See [[Sketcher_ToggleConstruction|Sketcher ToggleConstruction]].
* {{MenuCommand|Select Constraints}}: See [[Sketcher_SelectConstraints|Sketcher SelectConstraints]].
* {{MenuCommand|Select Origin}}: See [[Sketcher_SelectOrigin|Sketcher SelectOrigin]].
* {{MenuCommand|Select Horizontal Axis}}: See [[Sketcher_SelectHorizontalAxis|Sketcher SelectHorizontalAxis]].
* {{MenuCommand|Select Vertical Axis}}: See [[Sketcher_SelectVerticalAxis|Sketcher SelectVerticalAxis]].
* {{MenuCommand|Layer}}: 3 layers are available:
** {{MenuCommand|Layer 0}}: Indicated as {{Incode|VL0}} in extended information. This is the default layer. Elements on this layer are displayed with a solid line type.
** {{MenuCommand|Layer 1}}: Indicated as {{Incode|VL1}} in extended information. Elements on this layer are displayed with a dashed line type.
** {{MenuCommand|Hidden}}: Indicated as {{Incode|VL2}} in extended information. Elements on this layer are hidden in the sketch.
: The rendering order of layers 0 and 1 is such that when picking coincident points in the [[3D_view|3D view]] elements on layer 0 are selected in favor of those on layer 1.
* {{MenuCommand|Delete}}: Deletes the selected elements. The {{KEY|Del}} key can also be used.
|}

Latest revision as of 11:12, 27 March 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Sketcher Dialog)
{| class="wikitable"
!style="width: 15%;"|Option
!style="width: 85%;"|Description
|-
| {{Button|Filter [[Image:Toolbar_flyout_arrow.svg|x16px]]}}
| If the Filter checkbox is checked the Filter dropdown list controls which elements are listed:
* {{MenuCommand|Normal}}: Normal geometry: geometry that does not fall in the next three categories.
* {{MenuCommand|Construction}}: [[Sketcher_ToggleConstruction|Construction geometry]].
* {{MenuCommand|Internal}}: [[Sketcher_RestoreInternalAlignmentGeometry|Internal geometry]].
* {{MenuCommand|External}}: [[Sketcher_External|External geometry]].
* {{MenuCommand|All types}}: All geometry types. Specific types can be selected in the rest of the list:
** {{MenuCommand|Point}}
** {{MenuCommand|Line}}
** {{MenuCommand|Circle}}
** {{MenuCommand|Ellipse}}
** {{MenuCommand|Arc of circle}}
** {{MenuCommand|Arc of ellipse}}
** {{MenuCommand|Arc of hyperbola}}
** {{MenuCommand|Arc of parabola}}
** {{MenuCommand|B-Spline}}
|-
| {{Button|[[Image:Sketcher_Settings.svg|x16px]] [[Image:Toolbar_flyout_arrow.svg|x16px]]}}
| This button opens a menu:
* {{MenuCommand|Extended information}}: If checked, extended element information is provided.
: For non-external geometry the information in the list then changes from:
: {{Incode|<N>-<TYPE>}}
: to:
: {{Incode|<TYPE>(Edge<N>#ID<GeoID>#<VLX>)[-Construction]}}
: <TYPE>: Element type.
: <N>: A 1-based index that indicates the creation order of the element.
: <GeoID>: See under [[#Constraints|Constraints]].
: <VLX>: Element layer. See below.
|-
| [[Image:Sketcher_Element_Arc_Edge.svg|24px]] [[Image:Sketcher_Element_Arc_StartingPoint.svg|24px]] [[Image:Sketcher_Element_Arc_EndPoint.svg|24px]] [[Image:Sketcher_Element_Arc_MidPoint.svg|24px]]
| Each element in the list has 1 to 4 buttons organized in 4 columns. These select a specific part of the element. Only applicable buttons are shown.
* Button in column 1: Selects the edge of the element.
* Button in column 2: Selects the start point of the element.
* Button in column 3: Selects the end point of the element.
* Button in column 4: Selects the center point of the element.
Clicking the text has the same effect as clicking the first available button of the element.
Option Description
Filter If the Filter checkbox is checked the Filter dropdown list controls which elements are listed:
  • Normal: Normal geometry: geometry that does not fall in the next three categories.
  • Construction: Construction geometry.
  • Internal: Internal geometry.
  • External: External geometry.
  • All types: All geometry types. Specific types can be selected in the rest of the list:
    • Point
    • Line
    • Circle
    • Ellipse
    • Arc of circle
    • Arc of ellipse
    • Arc of hyperbola
    • Arc of parabola
    • B-Spline
This button opens a menu:
  • Extended information: If checked, extended element information is provided.
For non-external geometry the information in the list then changes from:
<N>-<TYPE>
to:
<TYPE>(Edge<N>#ID<GeoID>#<VLX>)[-Construction]
<TYPE>: Element type.
<N>: A 1-based index that indicates the creation order of the element.
<GeoID>: See under Constraints.
<VLX>: Element layer. See below.
Each element in the list has 1 to 4 buttons organized in 4 columns. These select a specific part of the element. Only applicable buttons are shown.
  • Button in column 1: Selects the edge of the element.
  • Button in column 2: Selects the start point of the element.
  • Button in column 3: Selects the end point of the element.
  • Button in column 4: Selects the center point of the element.

Clicking the text has the same effect as clicking the first available button of the element.