Part Torus/cs: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand|Name=Part Torus|MenuLocation=Part Torus||Workbenches=[[Part Module|Part]], Complete|SeeAlso=[[Part_CreatePrimitives|Part CreatePrimitives]]}}
{{Docnav
|[[Part_Sphere|Sphere]]
|[[Part_CreatePrimitives|CreatePrimitives]]
|[[Part_Module|Part]]
|IconL=Part_Sphere.svg
|IconC=Workbench_Part.svg
|IconR=Part_CreatePrimitives.svg
}}

<div class="mw-translate-fuzzy">
{{GuiCommand/cs|Name=Part_Torus|Name/cs=Díl_Torus|MenuLocation=Díl -> Torus||Workbenches=[[Part_Module/cs|Modul Díl]], Kompletace|SeeAlso=[[Part_CreatePrimitives/cs|Díl Vytváření zákl.geom.tvarů]]}}
</div>


<div class="mw-translate-fuzzy">
== Description ==
Vytvoří jednoduchý parametrický torus podle parametrů pozice, úhel1, úhel2, úhel3, poloměr1 a poloměr2. Při vytvoření je torus umístěn do počátečního bodu (bod 0,0,0). Parametry úhly dovolují vytvořit částečný torus místo celého (úhly jsou defaultně nastaveny na 360°), poloměr 1 definuje vnitřní díru a poloměr 2 určuje tloušťku torusu.
Creates a simple parametric torus, with position, angle1, angle2, angle3, radius1 and radius2 as parameters.
</div>


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


== How to use ==
==Usage==


# Switch to the [[Image:Workbench_Part.svg|24px]] [[Part Workbench|Part]] workbench.
In the [[Part_Workbench|Part]] workbench click on the torus icon [[Image:Part Torus.png|32px]]. The torus will be positioned at origin (point 0,0,0) on creation.
# Invoke the Part Torus command several ways:
The angle parameters (angle1, angle2, angle3), as well as the radius parameter ( radius1 , radius2) parameters permit to parametrize the torus, see next paragraph.
#* Press the [[Image:Part Torus.svg|24px]] button.
#* Use the {{MenuCommand|Part → Torus}} entry in the top menu.

'''Result:''' The torus will be positioned at origin (point 0,0,0) on creation.<br />
The angle parameters (angle1, angle2, angle3), as well as the radius parameter (radius1 , radius2) parameters permit to parametrize the torus, see next section.


== Option ==
== Option ==
Line 19: Line 37:
A torus can be assimilated to a small disc that makes a circular orbit around an imaginary axe. Thus the parametric torus is defined by the following parameters:
A torus can be assimilated to a small disc that makes a circular orbit around an imaginary axe. Thus the parametric torus is defined by the following parameters:


* {{Parameter|Radius 1:}} Radius of the circle around which the disc circulate
* {{Parameter|Radius1:}} Radius of the circle around which the disc circulate
* {{Parameter|Radius 2:}} Radius of the disc defining the form of the torus
* {{Parameter|Radius2:}} Radius of the disc defining the form of the torus
* {{Parameter|Angle 1:}} 1nd angle to cut / define the disc of the torus
* {{Parameter|Angle1:}} 1st angle to cut / define the disc of the torus
* {{Parameter|Angle 2:}} 2nd angle to cut / define the disc of the torus
* {{Parameter|Angle2:}} 2nd angle to cut / define the disc of the torus
* {{Parameter|Angle 3:}} 3rd angle to define the circumference of the torus.
* {{Parameter|Angle3:}} 3rd angle to define the circumference of the torus.


as well as the standard set of placement parameters. The pictures below give a visual overview of the parameters antecedently mentioned:
as well as the standard set of placement parameters. The pictures below give a visual overview of the parameters antecedently mentioned:


[[File:TorusExampleRadius1.jpg]]
[[File:TorusExampleRadius1.jpg]]
The parameter radius 1 has a value of 20 mm.
The parameter Radius1 has a value of 20 mm.


[[File:TorusExampleRadius2.jpg]]
[[File:TorusExampleRadius2.jpg]]
The parameter radius 2 has a value of 2 mm.
The parameter Radius2 has a value of 2 mm.


[[File:TorusExampleAngle1.jpg]]
[[File:TorusExampleAngle1.jpg]]
The parameter angle 1 has a value of -90°. Notice that, the "angle measure" tool cannot display negative angle. Considered the displayed value in picture as "-90°".
The parameter Angle1 has a value of -90°. Notice that, the "angle measure" tool cannot display negative angle. Considered the displayed value in picture as "-90°".


[[File:TorusExampleAngle2.jpg]]
[[File:TorusExampleAngle2.jpg]]
The parameter angle 2 has a value of 90°.
The parameter Angle2 has a value of 90°.


[[File:TorusExampleAngle3.jpg]]
[[File:TorusExampleAngle3.jpg]]
The parameter angle 3 has a value of 90°.
The parameter Angle3 has a value of 90°.
{{clear}}




{{Docnav
|[[Part_Sphere|Sphere]]
|[[Part_CreatePrimitives|CreatePrimitives]]
|[[Part_Module|Part]]
|IconL=Part_Sphere.svg
|IconC=Workbench_Part.svg
|IconR=Part_CreatePrimitives.svg
}}


{{clear}}
{{Part Tools navi}}

<languages/>
{{Userdocnavi}}

Revision as of 22:05, 13 February 2020

Díl_Torus

Umístění Menu
Díl -> Torus
Pracovní stoly
Modul Díl, Kompletace
Výchozí zástupce
Nikdo
Představen ve verzi
-
Viz také
Díl Vytváření zákl.geom.tvarů

Vytvoří jednoduchý parametrický torus podle parametrů pozice, úhel1, úhel2, úhel3, poloměr1 a poloměr2. Při vytvoření je torus umístěn do počátečního bodu (bod 0,0,0). Parametry úhly dovolují vytvořit částečný torus místo celého (úhly jsou defaultně nastaveny na 360°), poloměr 1 definuje vnitřní díru a poloměr 2 určuje tloušťku torusu.

Usage

  1. Switch to the Part workbench.
  2. Invoke the Part Torus command several ways:
    • Press the button.
    • Use the Part → Torus entry in the top menu.

Result: The torus will be positioned at origin (point 0,0,0) on creation.
The angle parameters (angle1, angle2, angle3), as well as the radius parameter (radius1 , radius2) parameters permit to parametrize the torus, see next section.

Option

Parameter

A torus can be assimilated to a small disc that makes a circular orbit around an imaginary axe. Thus the parametric torus is defined by the following parameters:

  • Radius1: Radius of the circle around which the disc circulate
  • Radius2: Radius of the disc defining the form of the torus
  • Angle1: 1st angle to cut / define the disc of the torus
  • Angle2: 2nd angle to cut / define the disc of the torus
  • Angle3: 3rd angle to define the circumference of the torus.

as well as the standard set of placement parameters. The pictures below give a visual overview of the parameters antecedently mentioned:

The parameter Radius1 has a value of 20 mm.

The parameter Radius2 has a value of 2 mm.

The parameter Angle1 has a value of -90°. Notice that, the "angle measure" tool cannot display negative angle. Considered the displayed value in picture as "-90°".

The parameter Angle2 has a value of 90°.

The parameter Angle3 has a value of 90°.