Part Torus/fr: 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:
{{GuiCommand/fr|Name=Part Torus|Name/fr=Tore|MenuLocation=Pièce → Tore|Workbenches=[[Part_Module/fr|Atelier Pièce]], Complet|SeeAlso=[[Part_CreatePrimitives/fr| Création de Primitives]]}}
{{GuiCommand/fr|Name=Part Torus|Name/fr=Tore|MenuLocation=Pièce → Tore|Workbenches=[[Part_Module/fr|Atelier Pièce]], Complet|SeeAlso=[[Part_CreatePrimitives/fr| Création de Primitives]]}}


==Description==
== Description ==
Creates a simple parametric torus, with position, angle1, angle2, angle3, radius1 and radius2 as parameters.

Crée un simple Tore paramétrique, avec des paramètres de position, de '''rayons''' (rayon1, rayon2), et, d'angles, (angle1,angle2 et angle3). Le centre du Tore, sera positionné, à sa création au point d'origine, ('''0,0,0''').<br />
Le paramètre d''''Angle3''' permet de créer une révolution incomplète (portion de Tore), au lieu d'un Tore complet.<br />


[[File:SimpleTorus.jpg|400px]]
[[File:SimpleTorus.jpg|400px]]
Line 11: Line 9:


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.
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.
The angle parameters (angle1, angle2, angle3), as well as the radius parameter ( radius1 , radius2) parameters permit to parametrize the torus. The angle parameters permit to make a portion of torus instead of a full one (they are set to 360° by default), the radius 1 and 2 define respectively the size of the hole and the ring thickness of the torus.
The angle parameters (angle1, angle2, angle3), as well as the radius parameter ( radius1 , radius2) parameters permit to parametrize the torus, see next paragraph.

== Option ==

[[File:TorusExampleOverviewParameters.jpg]]

'''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:

* {{Parameter|Radius 1:}} Radius of the circle around which the disc circulate
* {{Parameter|Radius 2:}} Radius of the disc defining the form of the torus
* {{Parameter|Angle 1:}} 1nd angle to cut / define the disc of the torus
* {{Parameter|Angle 2:}} 2nd angle to cut / define the disc of the torus
* {{Parameter|Angle 3:}} 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:

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

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

[[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°".

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


[[File:TorusExampleAngle3.jpg]]
== Option ==
The parameter angle 3 has a value of 90°.


== Property ==


== Scripting ==


{{clear}}
{{clear}}

Revision as of 21:19, 20 April 2015

Tore

Emplacement du menu
Pièce → Tore
Ateliers
Atelier Pièce, Complet
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Création de Primitives

Description

Creates a simple parametric torus, with position, angle1, angle2, angle3, radius1 and radius2 as parameters.

How to use

In the Part workbench click on the torus icon . 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 paragraph.

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:

  • Radius 1: Radius of the circle around which the disc circulate
  • Radius 2: Radius of the disc defining the form of the torus
  • Angle 1: 1nd angle to cut / define the disc of the torus
  • Angle 2: 2nd angle to cut / define the disc of the torus
  • Angle 3: 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 radius 1 has a value of 20 mm.

The parameter radius 2 has a value of 2 mm.

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 angle 2 has a value of 90°.

The parameter angle 3 has a value of 90°.