Sketcher CreateFillet/ja: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{Docnav
{{Docnav
|[[Sketcher_ToggleActiveConstraint|Activate/deactivate constraint]]
|[[Sketcher_CreateArcSlot|Arc slot]]
|[[Sketcher_CreateChamfer|Chamfer]]
|[[Sketcher_CreateChamfer|Chamfer]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreateArcSlot.svg
|IconL=Sketcher_ToggleActiveConstraint.svg
|IconR=Sketcher_CreateChamfer.svg
|IconR=Sketcher_CreateChamfer.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
Line 21: Line 21:
</div>
</div>


{{Version|0.22}}: If two straight edges connected by a [[Sketcher_ConstrainCoincident|Coincident constraint]] are filleted or chamfered, the corner point can optionally be preserved by adding a [[Sketcher_CreatePoint|Point object]] that has a [[Sketcher_ConstrainPointOnObject|Point on object constraint]] with both edges. Constraints connected to the corner point are then transferred to the new point object.
{{Version|1.0}}: If two straight edges connected by a [[Sketcher_ConstrainCoincident|Coincident constraint]] are filleted or chamfered, the corner point can optionally be preserved. The tool then adds a [[Sketcher_CreatePoint|Point object]] that has a [[Sketcher_ConstrainPointOnObject|Point on object constraint]] with both edges. Constraints connected to the corner point are transferred to the new point object.


[[Image:SketcherCreateFilletExample.png‎]]
[[Image:SketcherCreateFilletExample.png‎]]
Line 47: Line 47:


{{Docnav
{{Docnav
|[[Sketcher_ToggleActiveConstraint|Activate/deactivate constraint]]
|[[Sketcher_CreateArcSlot|Arc slot]]
|[[Sketcher_CreateChamfer|Chamfer]]
|[[Sketcher_CreateChamfer|Chamfer]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_CreateArcSlot.svg
|IconL=Sketcher_ToggleActiveConstraint.svg
|IconR=Sketcher_CreateChamfer.svg
|IconR=Sketcher_CreateChamfer.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg

Latest revision as of 10:56, 7 May 2024

Sketcher CreateFillet

Menu location
Sketch → Sketcher geometries → Create fillet
Workbenches
Sketcher
Default shortcut
F
Introduced in version
-
See also
None

説明

このツールは一点でつながる二直線の間にフィレットを作成します。このツールを起動後、二直線を選択するか角をなす点をクリックしてください。

introduced in version 1.0: If two straight edges connected by a Coincident constraint are filleted or chamfered, the corner point can optionally be preserved. The tool then adds a Point object that has a Point on object constraint with both edges. Constraints connected to the corner point are transferred to the new point object.

使用方法

See also: Drawing aids.

  • 二直線ををつなぐ頂点をピックするか、二本の繋がった直線をクリックします。クリック位置と頂点との距離によってフィレットの半径が設定されます。
  • ESCキーを押すか、右マウスボタンをクリックするとこの機能をキャンセル、終了できます。

Notes

  • The construction geometry arc of a chamfer is not visible outside the sketch. It cannot be deleted without breaking the geometry of the chamfer.
  • Some (conic) curves may need to be trimmed before they can be filleted.
  • The fillet radius depends on the selection method. If a Coincident constraint connecting two straight edges is selected, the fillet radius is derived from the length of the shortest edge. If two edges are selected the radius is the distance from the first clicked point to the (extended) intersection of the edges.