FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Extrude
Mirror
Part

Part Revolve

Menu location
Part → Revolve
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
None

Description

The Part Revolve command revolves the selected object around a given axis. The following shape types are allowed, and lead to the listed output shapes:

Input shape Output shape
Vertex Edge
Edge Face
Wire Shell
Face Solid
Shell Compound solid (Compsolid)

A Sketch can be used as well. Solids or compound solids are not allowed as input shapes. Normal compounds are currently not allowed either.

Example of revolution

Usage

  1. Optionally select one or more shapes in the 3D View or in the Tree View.
  2. There are several ways to invoke the command:
    • Press the Revolve button.
    • Select the Part → Revolve option from the menu.
  3. The Revolve task panel opens.
    • Optionally click on an item in the Shape list to (re-) select a shape.
    • Optionally keep Shift pressed and click on an item in the Shape list to either add the shape to the selection, or to remove it from the selection.
    • Set the revolution axis and angle and optionally other parameters (see Properties for more details).
  4. Press OK to close the task panel.
  5. One Revolve object will be created for each selected shape.

Each input shape is placed underneath its Revolve object.

Task panel

  • OK button creates the revolution, and closes the panel.
  • Cancel button closes the panel, without doing anything.
  • Shape list: here you select which shapes to revolve. If multiple objects are selected, multiple Revolve objects are created.
  • Revolution Axis section: specifies the revolution axis.
    • Center X/Y/Z fields: set the base point of the revolution axis.
    • X-/Y-/Z-Direction fields: set the direction of the revolution axis. Click a button to set the direction to corresponding axis.
    • Select Reference button: click it, and then pick an edge in the 3D View. That edge will appear in text field below the button, in the format "ObjectName:EdgeN". You can also type the link manually or erase it. Values X-/Y-/Z-Direction will be filled according to the edge direction.
  • Angle field: set angle of revolution in degrees.
  • Symmetric angle: if checked, revolution will extend forwards and backwards by half the specified angle.
  • Create solid checkbox: if checked, revolving a closed wire or edge will yield a solid. It is checked by default, if a closed wire was preselected before invoking Part Revolve.

Notes

  • The Angle argument specifies how far the object is to be turned. The coordinates move the origin of the axis of revolving, relative to the origin of the coordinate system.
  • If you select a user defined axis, the numbers define the direction of the revolving axis with respect to the coordinate system: if the Z-coordinate is 0 and the Y and X-coordinates are non-zero, then the axis will lie in the X-Y plane. Its angle is such that its tangent is the ratio of the given X and Y-coordinates.
  • App Link objects linked to the appropriate object types can also be used as shapes and to specify the axis.
  • If the object to revolve intersects the rotation axis the operation will fail in most cases.

Properties

See also: Property View.

A Part Revolve object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

Extrude

  • DataSource (Link): The shape to revolve.
  • DataBase (Vector): The base point of the revolution axis.
  • DataAxis (Vector): The direction of the revolution axis.
  • DataAxis Link (LinkSub): Link to the edge to use as the revolution axis. Overrides DataBase and DataAxis if set.
  • DataAngle (Angle): The angle span of the revolution. If zero and an arc is used for the DataAxis Link, the arc's span will be used.
  • DataSymmetric (Bool): If true, the revolution is extended symmetrically from the profile.
  • DataSolid (Bool): If true, revolving a closed edge or a closed wire will yield a solid. If False, a shell will result.
  • DataFace Maker Class (String): If DataSolid is true, the facemaker class to use when converting wires to faces, otherwise ignored.


Extrude
Mirror
Part

This page is retrieved from https://wiki.freecad.org/Part_Revolve

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub