Part Sphere/zh-cn: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Part_Cylinder|Cylinder]]
|[[Part_Cylinder|Cylinder]]
Line 16: Line 17:
}}
}}


==Description==

<div class="mw-translate-fuzzy">
== 描述 ==
== 描述 ==
利用位置、角度1、角度2、角度3与半径参数创建一个简单的参数化球体。
利用位置、角度1、角度2、角度3与半径参数创建一个简单的参数化球体。
</div>


[[File:SimpleSphere.jpg|400px]]
[[File:SimpleSphere.jpg|400px]]

==Usage==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 28: Line 35:
'''Result:''' The sphere will be positioned at origin (point 0,0,0) on creation. The angle parameters permit to make a portion of sphere instead of a full sphere (they are set to 360° by default).
'''Result:''' The sphere will be positioned at origin (point 0,0,0) on creation. The angle parameters permit to make a portion of sphere instead of a full sphere (they are set to 360° by default).


The sphere properties can later be edited, either in the property editor or by double-clicking on the sphere in the model tree.
The properties of the object can be edited, either in the [[Property_editor|Property editor]] or by double-clicking the object in the [[Tree_view|Tree view]].


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 34: Line 41:
</div>
</div>


=== Data ===
以下图示给出的是不同于默认值的参数化球体的概述:


{{TitleProperty|Sphere}}
[[File:PartDesign_Sphere_Parameter_en.jpg|600px]]


* {{PropertyData|Radius:}} Radius of the sphere
* {{PropertyData|Radius:}} Radius of the sphere

Revision as of 17:10, 30 August 2021

Part Sphere

Menu location
Part → Primitives → Sphere
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Part Primitives

Description

描述

利用位置、角度1、角度2、角度3与半径参数创建一个简单的参数化球体。

Usage

如何使用

零件工作台中点击球体图标。球体在创建时会被定位在原点(point 0,0,0)处。角度参数确定了所创的是局部球体,而非完整的球体(角度参数的默认设置值为360°)。

Result: The sphere will be positioned at origin (point 0,0,0) on creation. The angle parameters permit to make a portion of sphere instead of a full sphere (they are set to 360° by default).

The properties of the object can be edited, either in the Property editor or by double-clicking the object in the Tree view.

选项

Data

Sphere

  • 数据Radius: Radius of the sphere
  • 数据Angle 1: 1nd angle to cut / define the sphere
  • 数据Angle 2: 2nd angle to cut / define the sphere
  • 数据Angle 3: 3rd angle to cut / define the sphere

由于很难描述angle 1、angle 2、angle 3这三个参数的意义,因此以下列图示来向您展示关于angle 1 = -45°, angle 2 = 45° 与 angle 3 = 90°时的效果,从而对此进行解释。