Navigation Cube/ja: Difference between revisions

From FreeCAD Documentation
(Created page with "Cubul nav este, în esență, o vizualizare 3D a unui cub, cu cele trei tipuri principale de componente (fețe, muchii și colțuri) îmbunătățite, astfel încât acestea p...")
(Updating to match new version of source page)
 
(38 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
|[[Selection_methods|Selection methods]]
|[[Document_structure|Document structure]]
}}

{{TOCright}}
{{TOCright}}
Controlul cubului de navigație sau "cubul de navigație" "este o interfață grafică pentru a reorienta vizualizarea 3D.
Implicit, este vizibil și se află în colțul din dreapta sus al afișajului 3D.
Dacă vă uitați la vizualizarea 3D standard, aceasta arată după cum urmează:


== Introduction ==
[[File:FreeCAD-v0-18-NavCube_Axonometric.png]]


The '''Navigation Cube''' gives visual information about the camera orientation in the current [[3D_view|3D view]] and can be used to change it. By default it is visible and resides in the upper right corner of the view.
Cubul de navigarea este compus din următoarele piese:

[[File:Navigation_Cube_Example.png]]

<div class="mw-translate-fuzzy">
ナビゲーションキューブは、次の部分で構成されています。
*Directional Arrows
*Directional Arrows
*Main Navigation Cube
*Main Navigation Cube
*Mini-cube Menu
*Mini-cube Menu
</div>

All parts, except the axis indicators, can be clicked.

== Usage ==

=== Main cube ===

The main cube has 26 faces: 6 main faces, 12 rectangular edge faces ({{Version|0.20}}), and 8 corner faces. Clicking any of them reorients the camera so that its direction is perpendicular to the selected face.

<span id="Directional_arrows"></span>
<div class="mw-translate-fuzzy">
== Directional Arrows ==
</div>

<div class="mw-translate-fuzzy">
6つの方向矢印があります。4つの三角矢印、上、下、左、右に1つずつ。 2つの湾曲した矢印。1つは上の矢印の両側にあります。
</div>

=== Reverse view button ===

Clicking the round button in the top right corner of the Navigation Cube rotates the [[3D_view|3D view]] 180 degrees around the vertical axis of the view.

<span id="Mini-cube_menu"></span>
<div class="mw-translate-fuzzy">
== Mini-cube Menu ==
</div>

<div class="mw-translate-fuzzy">
ナビゲーションキューブの右下隅には小さなキューブがあります。
この立方体をクリックすると、ビューのタイプを変更するために使用できるメニューが表示されます(直交図、遠近法、等角図)。
そして、「ズームしてフィット」を実行します。
</div>

== Customization ==

=== Preferences ===

The Navigation Cube is controlled by several preferences: {{MenuCommand|Edit → Preferences... → Display → Navigation → Navigation cube}}. See [[Preferences_Editor#Navigation|Preferences Editor]].

=== Advanced parameters ===

Some advanced Navigation Cube parameters cannot be changed in the [[Preferences_Editor#Navigation|Preferences Editor]]. These parameters can be set manually in the [[Std_DlgParameter|Parameter editor]].

To manually set colors:

# Start the [[Image:Std_DlgParameter.svg|16px]] [[Std_DlgParameter|Parameter editor]].
# In the panel on the left browse to {{MenuCommand|BaseApp → Preferences → NaviCube}}.
# Right-click the panel on the right and select {{MenuCommand|New unsigned item}} from the context menu.
# Enter the name of one of these colors:
#* {{MenuCommand|BaseColor}}: the base color of all elements, the default is {{Value|3806916544}} (hex: {{Value|e2e8efc0}}). This color can be also set in the [[Preferences_Editor#Navigation|Preferences Editor]]. {{Version|0.21}}
#* {{MenuCommand|EmphaseColor}}: the color of the texts and lines, the default depends on the {{MenuCommand|BaseColor}}. It is either black: {{Value|255}} (hex: {{Value|000000ff}}), or white: {{Value|4294967295}} (hex: {{Value|ffffffff}}). {{Version|0.21}}
#* {{MenuCommand|HiliteColor}}: the color used to highlight the faces and buttons, the default is {{Value|2867003391}} (hex: {{Value|aae2ffff}}).
# The color value must be entered as a 32-bit unsigned integer. Translated to the hexadecimal format this integer has the form {{Value|RRGGBBAA}}. Where {{Value|AA}} stands for the alpha channel (a measure for the transparency), and the other three digit pairs stand for red, green and blue. To convert a hexadecimal value to an unsigned integer you can use the [[Python_console|Python console]], enter for example {{Incode|int("323232ff", 16)}}.
# Optionally set more parameters.
# Press the {{Button|Close}} button.

The table below lists the other advanced Navigation Cube parameters that can be set in a similar manner. Use the information from the '''Type''' column to create a correct new item in step 3.

{| class="wikitable"
|-
! Name
! Description
! Type
! Default

|-
| BorderWidth
| The width of the edges of the cube and the borders around the buttons in pixels.
| Float
| 1.1

|-
| ChamferSize
| The size of the edges and corners as a factor of the cube size. Values should be in the 0.05 - 0.18 range.

{{Version|0.21}}
| Float
| 0.12

|-
| FontStretch
| The font width as a percentage of the default width. Use 0 or 100 for the default font width.
| Integer
| 0

|-
| FontWeight
| The font weight. Higher values make the font more bold. The effect may depend on the font. Use 0 for the default font weight.
| Integer
| 0


|-
Planarea/plasarea cursorului indicatorul mouse-ului peste o caracteristică a cubului de navigație transformă funcția în albastru;
| FontZoom
clic va reorienta vizualizarea 3D așa cum este indicat de către funcție.
| The size of the labels:
(Notă: De la această scriere, pointerul nu se înregistrează perfect cu unele caracteristici ale cubului de navigație.
* {{Value|FontZoom &#61; 1.0}}: Make the labels as big as possible individually.
Dacă o funcție pe care încercați să o selectați nu devine albastru,
* {{Value|0.0 < FontZoom < 1.0}}: Idem but limit the maximum font size.
mișcați mouse-ul până când găsiți un loc care face ca funcție să devină albastră.)
* {{Value|FontZoom &#61; 0.0}}: Idem but use the same font size for all.
În exemplul de mai jos, vizualizarea 3D a fost rotită printr- un [[Mouse Model | mouse gest]] într-o orientare "non-standard".
* {{Value|FontZoom < 0.0}}: Use the same font size for all, but scaled down.
Indicatorul este peste un colț (indicat de culoarea albastră);
clic va reorienta vizualizarea 3D la o vizualizare axonometrică standard cu colțul care vă privește.


{{Version|0.21}}
[[File:FreeCAD-v0-18-NavCube_SelectCorner.png]]
| Float
== Săvețile Direcționale ==
| 0.3


|-
Există șase săgeți direcționale: patru săgeți triunghiulare, unul în sus, în jos, la stânga și la dreapta; și două săgeți de rotație, una pe fiecare parte a săgeților de mai sus.
| OffsetX
| The offset of the cube in the X direction relative to its corner position in pixels.
| Integer
| 0


|-
Dacă faceți clic pe săgețile triunghiulare, rotiți vizualizarea 3D cu 45 de grade în jurul unei linii perpendiculare pe direcția săgeții.
| OffsetY
Dând clic pe săgețile curbe, rotiți vizualizarea 3D în jurul unei linii care este îndreaptă spre dvs.
| The offset of the cube in the Y direction relative to its corner position in pixels.
<! - Notă: axele de rotație nu sunt definite în mod corespunzător;
| Integer
fiecare este intersecția a două planuri, dar nu-mi dau seama cum să le descriu ->
| 0


|-
== Cubul de navigație principal ==
| ShowCS
Cubul principal de navigație ("nav cub" pentru această secțiune) urmărește orientarea obiectului real în partea principală a vederii 3D. Orice operație care reorientează vizualizarea 3D principală va reorienta și cubul nav.
| Toggles the display of the coordinate system (the X, Y and Z axis indicators).
| Boolean
| true


|-
Cubul nav este, în esență, o vizualizare 3D a unui cub, cu cele trei tipuri principale de componente (fețe, muchii și colțuri) îmbunătățite, astfel încât acestea pot fi ușor selectate/”clicate” cu pointerul. Dacă faceți clic pe o anumită componentă, se va seta vizualizarea 3D pentru a avea componenta centrată și îndreptată spre dvs. Cubul nav este oarecum "zdrobit", ca în cazul în care caracteristica cea mai îndepărtată de dvs. a fost mai mare decât caracteristica îndreptată direct spre dvs. Acest lucru permite ca funcțiile adiacente caracteristicii cu care vă confruntați să fie văzute și, în consecință, selectate.
| TextBottom
De exemplu, într-o vedere "normală" a unui cub obișnuit, atunci când o fațetă este îndreptată spre dvs., puteți vedea și cele patru margini ale feței și cele patru colțuri ale feței respective. În cubul "plutitor", puteți vedea și trăsături care reprezintă fiecare dintre fațetele adiacente, cele patru margini care leagă colțurile fațetei din fața dvs. cu fațeta opusă și colțurile unei fațete opuse. Aceasta vă permite să selectați oricare dintre vederile standard posibile, cu excepția feței opuse și a marginilor sale (21 din 26 de vizualizări posibile):
| The text on the bottom face of the cube. The default value should be translated.
* Fațeta cu care vă confruntați (nu face nimic, deoarece aceasta este viziunea curentă)
| String
* Cele patru margini ale fațete curente
| BOTTOM
* Cele patru colțuri ale fațetei actuale
* Cele patru fațetei adiacente
* Cele patru margini care duc la fațeta opusă
* Cele patru colțuri ale fațetei opuse
Nu este posibil:
* Fațeta opusă
* Marginile fațetei opuse


|-
Note: As of this writing (v 0.18), there are some problems with the nav cube; not all features are currently selectable.
| TextFront
In particular, edges are not selectable, nor are the four corners of the immediately facing face.
| The text on the front face of the cube. Idem.
| String
| FRONT


|-
=== Face Selection ===
| TextLeft
Clicking on a face will orient the 3D view with that particular face facing you.
| The text on the left face of the cube. Idem.
From a face view, other selection points are available as noted above.
| String
There are four thin "bars" on each of the outside edges, representing the four adjacent faces; clicking them will select the view corresponding to the adjacent face.
| LEFT
There are four round corners which may be used to set the corresponding axonometric view.
There is also an interior set of edges and corners, which are currently non-functional.


|-
=== Edge Selection ===
| TextRear
Unfortunately, edge selection is currently broken. Attempting to select an edge will select the face which lies behind it.
| The text on the rear face of the cube. Idem.
Clicking an edge should center that edge so it is facing you.
| String
| REAR


|-
=== Corner Selection ===
| TextRight
Clicking one of the corners will give you an axonometric view as seen from that corner.
| The text on the right face of the cube. Idem.
As noted above, currently when a face is directly facing you, the corners of that face are not selectable.
| String
| RIGHT


|-
== Meniul Mini-cube ==
| TextTop
| The text on the top face of the cube. Idem
| String
| TOP


|}
În colțul din dreapta jos al cubului de navigație este un mic cub.
Dacă faceți clic pe acest cub va apărea un meniu pe care îl puteți utiliza pentru a schimba tipul de vizualizare (Ortografic, Perspectivă, Isometric)
și pentru a face o "Zoom pentru a se potrivi".


== Deplasarea afișajului cubului de navigație ==
Puteți mutați întreaga structură de control a cubului de navigație într-o altă locație din afișajul 3D, apăsând mouse-ul oriunde în cubul principal de navigare și trasând.
De la această scriere (v 0.18), structura nu va începe să se miște până când indicatorul mouse-ului nu sa deplasat peste marginea cubului principal de navigație.


<div class="mw-translate-fuzzy">
{{docnav|Mouse Model|Document structure}}
{{docnav|Mouse Model|Document structure}}
</div>


{{Userdocnavi{{#translation:}}}}
[[Category:User Documentation]]
[[Category:User Documentation{{#translation:}}]]

Latest revision as of 21:11, 11 June 2023

Introduction

The Navigation Cube gives visual information about the camera orientation in the current 3D view and can be used to change it. By default it is visible and resides in the upper right corner of the view.

ナビゲーションキューブは、次の部分で構成されています。

  • Directional Arrows
  • Main Navigation Cube
  • Mini-cube Menu

All parts, except the axis indicators, can be clicked.

Usage

Main cube

The main cube has 26 faces: 6 main faces, 12 rectangular edge faces (introduced in version 0.20), and 8 corner faces. Clicking any of them reorients the camera so that its direction is perpendicular to the selected face.

Directional Arrows

6つの方向矢印があります。4つの三角矢印、上、下、左、右に1つずつ。 2つの湾曲した矢印。1つは上の矢印の両側にあります。

Reverse view button

Clicking the round button in the top right corner of the Navigation Cube rotates the 3D view 180 degrees around the vertical axis of the view.

Mini-cube Menu

ナビゲーションキューブの右下隅には小さなキューブがあります。 この立方体をクリックすると、ビューのタイプを変更するために使用できるメニューが表示されます(直交図、遠近法、等角図)。 そして、「ズームしてフィット」を実行します。

Customization

Preferences

The Navigation Cube is controlled by several preferences: Edit → Preferences... → Display → Navigation → Navigation cube. See Preferences Editor.

Advanced parameters

Some advanced Navigation Cube parameters cannot be changed in the Preferences Editor. These parameters can be set manually in the Parameter editor.

To manually set colors:

  1. Start the Parameter editor.
  2. In the panel on the left browse to BaseApp → Preferences → NaviCube.
  3. Right-click the panel on the right and select New unsigned item from the context menu.
  4. Enter the name of one of these colors:
    • BaseColor: the base color of all elements, the default is 3806916544 (hex: e2e8efc0). This color can be also set in the Preferences Editor. introduced in version 0.21
    • EmphaseColor: the color of the texts and lines, the default depends on the BaseColor. It is either black: 255 (hex: 000000ff), or white: 4294967295 (hex: ffffffff). introduced in version 0.21
    • HiliteColor: the color used to highlight the faces and buttons, the default is 2867003391 (hex: aae2ffff).
  5. The color value must be entered as a 32-bit unsigned integer. Translated to the hexadecimal format this integer has the form RRGGBBAA. Where AA stands for the alpha channel (a measure for the transparency), and the other three digit pairs stand for red, green and blue. To convert a hexadecimal value to an unsigned integer you can use the Python console, enter for example int("323232ff", 16).
  6. Optionally set more parameters.
  7. Press the Close button.

The table below lists the other advanced Navigation Cube parameters that can be set in a similar manner. Use the information from the Type column to create a correct new item in step 3.

Name Description Type Default
BorderWidth The width of the edges of the cube and the borders around the buttons in pixels. Float 1.1
ChamferSize The size of the edges and corners as a factor of the cube size. Values should be in the 0.05 - 0.18 range.

introduced in version 0.21

Float 0.12
FontStretch The font width as a percentage of the default width. Use 0 or 100 for the default font width. Integer 0
FontWeight The font weight. Higher values make the font more bold. The effect may depend on the font. Use 0 for the default font weight. Integer 0
FontZoom The size of the labels:
  • FontZoom = 1.0: Make the labels as big as possible individually.
  • 0.0 < FontZoom < 1.0: Idem but limit the maximum font size.
  • FontZoom = 0.0: Idem but use the same font size for all.
  • FontZoom < 0.0: Use the same font size for all, but scaled down.

introduced in version 0.21

Float 0.3
OffsetX The offset of the cube in the X direction relative to its corner position in pixels. Integer 0
OffsetY The offset of the cube in the Y direction relative to its corner position in pixels. Integer 0
ShowCS Toggles the display of the coordinate system (the X, Y and Z axis indicators). Boolean true
TextBottom The text on the bottom face of the cube. The default value should be translated. String BOTTOM
TextFront The text on the front face of the cube. Idem. String FRONT
TextLeft The text on the left face of the cube. Idem. String LEFT
TextRear The text on the rear face of the cube. Idem. String REAR
TextRight The text on the right face of the cube. Idem. String RIGHT
TextTop The text on the top face of the cube. Idem String TOP


Mouse Model
Document structure