Part Torus/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 21: Line 21:
==Usage==
==Usage==


# Switch to the [[Image:Workbench_Part.svg|24px]] [[Part Workbench|Part]] workbench.
# Switch to the [[Image:Workbench_Part.svg|16px]] [[Part_Workbench|Part Workbench]]
# There are several ways to invoke the command:
# Invoke the Part Torus command several ways:
#* Press the [[Image:Part Torus.svg|24px]] button.
#* Press the {{Button|[[Image:Part_Torus.svg|16px]]}} button in the toolbar.
#* Use the {{MenuCommand|Part → Torus}} entry in the top menu.
#* Select the {{MenuCommand|Part → Primitives → [[Image:Part_Torus.svg|16px]] Torus}} from the menu bar.



'''Result:''' The torus will be positioned at origin (point 0,0,0) on creation.<br />
'''Result:''' The torus will be positioned at origin (point 0,0,0) on creation.<br />

Revision as of 22:45, 11 February 2021

Part Torus

Ubicación en el Menú
Part → Torus
Entornos de trabajo
Part, Complete
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Part CreatePrimitives

Crea un toro paramétrico simple, con los parámetros de posición, ángulo1, ángulo2, ángulo3, radio1 y radio2. El toro se posicionará en el origen (point 0,0,0). Los parámetros de ángulo permiten crear una porción del toro en lugar de uno completo (están establecidos como 360° por defecto), los radios 1 y 2 definen respectivamente el tamaño del agujero y del anillo del toro.

Usage

  1. Switch to the Part Workbench
  2. There are several ways to invoke the command:
    • Press the button in the toolbar.
    • Select the Part → Primitives → Torus from the menu bar.


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