Part Ellipsoid

From FreeCAD Documentation
Revision as of 17:40, 14 February 2020 by Kunda1 (talk | contribs) (png to svg)

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

Menu location
Part → Create Primitives → Ellipsoid
Workbenches
Part, OpenSCAD
Default shortcut
None
Introduced in version
-
See also
Part CreatePrimitives

Description

The Part Ellipsoid command creates a parametric Ellipsoid solid.

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 mathematics, an Ellipsoid would have an elliptical cross section in all three planes.

Usage

A parametric Ellipsoid solid is available from the Create Primitives dialogue in the Part workbench.

  1. Switch to the Part Workbench
  2. Access the Ellipsoid command several ways:

Properties

  • 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)