Sketcher ToggleConstruction/ja: Difference between revisions

From FreeCAD Documentation
(Created page with "コンストラクション形状はスケッチャーの中でも重要なツールの一つです。3D操作でスケッチを扱う際にはコンストラクション形...")
(Updating to match new version of source page)
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{GuiCommand/jp|Name=Sketcher_ToggleConstruction|Workbenches=[[Sketcher Workbench/jp|スケッチャー]], [[PartDesign Workbench/jp|パートデザイン]]|MenuLocation=Sketch → Sketcher geometries → Toggle construction line}}
{{Docnav
|[[Sketcher_CarbonCopy|Carbon copy]]
|[[Sketcher_ConstrainCoincident|Coincident]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CarbonCopy.svg
|IconR=Sketcher_ConstrainCoincident.svg
|IconC=Workbench_Sketcher.svg
}}

<div class="mw-translate-fuzzy">
{{GuiCommand/ja
|Name=Sketcher_ToggleConstruction
|Name/ja=Sketcher_ToggleConstruction
|Workbenches=[[Sketcher Workbench/ja|スケッチャー]], [[PartDesign Workbench/ja|パートデザイン]]
|MenuLocation=Sketch → Sketcher geometries → Toggle construction line
}}
</div>


==説明==
==説明==
Line 8: Line 25:
コンストラクション形状はスケッチャーの中でも重要なツールの一つです。3D操作でスケッチを扱う際にはコンストラクション形状は無視されます。
コンストラクション形状はスケッチャーの中でも重要なツールの一つです。3D操作でスケッチを扱う際にはコンストラクション形状は無視されます。


<div class="mw-translate-fuzzy">
In sketch edit mode, construction geometry is shown as blue, and won't turn green when a sketch is fully constrained. Once you exit the sketch mode, construction geometry is hidden in the 3D view.
スケッチ編集モードではコンストラクション形状は青く表示されスケッチが完全に拘束された場合でも緑色に変わりません。スケッチモードを終了するとコンストラクション形状はスクリーン上で非表示になります。
</div>


<div class="mw-translate-fuzzy">
Construction lines can be used as rotation axis by the [[PartDesign Revolution]] feature.
'''注意:''' v0.13からコンストラクションラインを[[PartDesign Revolve/ja|PartDesign Revolve]]機能の回転軸として使用できるようになりました。
</div>


[[File:Sketcher_ConstructionMode_fr_01.png|480px]]
[[File:Sketcher_ConstructionMode_fr_01.png|480px]]


<div class="mw-translate-fuzzy">
==How to use==
==使用方法==


* 3Dビュー上で一つ以上のスケッチ形状を選択し、このツールをクリックするかメニューから起動します。
* Select one or more sketch geometry in the 3D view, then click on the tool or access it in the menu.

{{clear}}
</div>

There are two ways of using this tool:
# Without having anything selected in the [[3D_view|3D view]]:
#* Invoke construction mode by clicking on the {{Button|[[File:Sketcher_ToggleConstruction.svg|16px]] [[Sketcher_ToggleConstruction|Toggle construction geometry]]}} button or by using the {{MenuCommand|Sketch → Sketcher geometries → [[File:Sketcher_ToggleConstruction.svg|16px]] Toggle construction geometry}} entry in the Sketcher menu.
#* This will change the color for creating new geometric elements to blue.
#* Newly created geometric elements will now be created in construction mode.
# With one or more geometric elements selected in the [[3D_view|3D view]]
#* Invoke the tool by clicking on the {{Button|[[File:Sketcher_ToggleConstruction.svg|16px]] [[Sketcher_ToggleConstruction|Toggle construction geometry]]}} button or by selecting it from the menu
#* The selected elements will now be changed to construction mode.
#* Afterwards newly created elements will again be normal geometry.


==Example==
==Example==
Line 24: Line 59:
[[File:Sketcher_ConstructionMode_fr_01.png|450px]]
[[File:Sketcher_ConstructionMode_fr_01.png|450px]]


and once you leave the sketcher editing mode, geometry that was turned into construction have become invisible in the 3D view (but are still present in the Sketcher editing mode).
and once you {{Button|[[File:Sketcher_LeaveSketch.svg|16px]] [[Sketcher_LeaveSketch|leave the sketcher editing mode]]}}, geometry that was turned into construction have become invisible in the [[3D_view|3D view]] (but are still present in the Sketcher editing mode).


[[File:Sketcher_ConstructionMode_fr_02.png|450px]]
[[File:Sketcher_ConstructionMode_fr_02.png|450px]]


== Notes ==
[[Category:Sketcher]]

* {{Button|[[File:Sketcher_CreatePoint.svg|16px]] [[Sketcher_CreatePoint|Create point]]}} will always create points in construction mode regardless of the toolbar toggle state, select the desired points in the [[3D_view|3D view]] after creation and click {{Button|[[File:Sketcher_ToggleConstruction.svg|16px]] [[Sketcher_ToggleConstruction|Toggle construction geometry]]}} to change them to normal geometry. {{Version|0.19}}


<div class="mw-translate-fuzzy">
{{Docnav
|[[Sketcher_CarbonCopy|CarbonCopy]]
|[[Sketcher_ConstrainCoincident|Coincident]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CarbonCopy.svg
|IconR=Sketcher_ConstrainCoincident.svg
|IconC=Workbench_Sketcher.svg
}}
</div>

{{Sketcher_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 20:08, 20 March 2022

Sketcher_ToggleConstruction

メニューの場所
Sketch → Sketcher geometries → Toggle construction line
ワークベンチ
スケッチャー, パートデザイン
デフォルトのショートカット
None
バージョンで導入
-
も参照してください
None

説明

このツールはスケッチ形状のコンストラクションモードのオン/オフを切り替えます。線、円弧、円と任意の形状タイプに対して使用することができます。

コンストラクション形状はスケッチャーの中でも重要なツールの一つです。3D操作でスケッチを扱う際にはコンストラクション形状は無視されます。

スケッチ編集モードではコンストラクション形状は青く表示されスケッチが完全に拘束された場合でも緑色に変わりません。スケッチモードを終了するとコンストラクション形状はスクリーン上で非表示になります。

注意: v0.13からコンストラクションラインをPartDesign Revolve機能の回転軸として使用できるようになりました。

使用方法

  • 3Dビュー上で一つ以上のスケッチ形状を選択し、このツールをクリックするかメニューから起動します。

There are two ways of using this tool:

  1. Without having anything selected in the 3D view:
    • Invoke construction mode by clicking on the Toggle construction geometry button or by using the Sketch → Sketcher geometries → Toggle construction geometry entry in the Sketcher menu.
    • This will change the color for creating new geometric elements to blue.
    • Newly created geometric elements will now be created in construction mode.
  2. With one or more geometric elements selected in the 3D view
    • Invoke the tool by clicking on the Toggle construction geometry button or by selecting it from the menu
    • The selected elements will now be changed to construction mode.
    • Afterwards newly created elements will again be normal geometry.

Example

Use Construction mode on some sketch elements,

and once you leave the sketcher editing mode, geometry that was turned into construction have become invisible in the 3D view (but are still present in the Sketcher editing mode).

File:Sketcher ConstructionMode fr 02.png

Notes