Part Ellipsoid

From FreeCAD Documentation
Revision as of 23:33, 11 February 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.


Part Ellipsoid

Menüeintrag
Formteil → Grundkörper erstellen → Ellipsoid
Arbeitsbereich
Part, OpenSCAD
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Part Grundkörper Erstellen

Beschreibung

Der Part Ellipsoid Befehl erzeugt einen parametrischen Ellipsoid Festkörper.

The shape produced is limited in FreeCAD to being a solid (optionally truncated) spheroid, the shape you would create by rotating an ellipse around one of its axis. By default it is a Oblate Spheroid, the shape you would create by rotating an ellipse around its minor axis. The parameters can be changed to form a Prolate Spheroid.

The default spheroid in FreeCAD will have a circle for any cross section parallel to the XY plane. The cross section parallel to the other two planes will be an ellipse.

In der Mathematik würde ein Ellipsoid einen elliptischen Querschnitt in allen drei Ebenen haben.

Anwendung

Ein parametrischer Ellipsoid Festkörper ist über den Grundkörper erstellen Dialog im Part Arbeitsbereich verfügbar.

  1. Wechsle zum Part Arbeitsbereich
  2. Greife auf den Ellipsoid Befehl auf verschiedene Arten zu:
    • Über den Grundkörper erstellen Dialog, indem du die Grundkörper in der Part Werkzeugleiste.
    • Unter Verwendung Part → Grundkörper erstellen → Ellipsoid im Part Menü

Eigenschaften

  • Radius 1, by default the minor radius parallel to the Z-axis,
  • Radius 2, by default the major radius parallel to the XY plane, it is also the maximum radius of the circular cross section
  • Angle 1, lower truncation of the ellipsoid, parallel to the circular cross section (-90 degrees in a full spheroid)
  • Angle 2, upper truncation of the ellipsoid, parallel to the circular cross section (90 degrees in a full spheroid)
  • Angle 3, angle of rotation of the elliptical cross section (360 degrees in a full spheroid)