PartDesign Revolution: Difference between revisions

From FreeCAD Documentation
m (Button template)
(switch to new way to write {{VersionPlus|0.17}})
Line 28: Line 28:
[[File:PartDesign Revolution example.svg]]
[[File:PartDesign Revolution example.svg]]
<translate>
<translate>

<!--T:11-->
<!--T:11-->
{{Caption|Above: sketch (A) is revolved 270 degrees counter-clockwise around axis (B); resulting solid (C) is shown right.}}
{{Caption|Above: sketch (A) is revolved 270 degrees counter-clockwise around axis (B); resulting solid (C) is shown right.}}
Line 34: Line 35:


<!--T:13-->
<!--T:13-->
# Select the sketch to be revolved. <span style="font-size:x-small;color:green;">v0.17 and above</span> A face on the existing solid can alternatively be used.
# Select the sketch to be revolved. {{VersionPlus|0.17}} A face on the existing solid can alternatively be used.
# Press the {{Button|[[Image:PartDesign_Revolution.svg|24px]] '''Revolution'''}} button.
# Press the {{Button|[[Image:PartDesign_Revolution.svg|24px]] '''Revolution'''}} button.
# Set the Revolution parameters (see next section).
# Set the Revolution parameters (see next section).
Line 55: Line 56:
* '''Vertical sketch axis''': selects the vertical sketch axis.
* '''Vertical sketch axis''': selects the vertical sketch axis.
* '''Horizontal sketch axis''': selects the horizontal sketch axis.
* '''Horizontal sketch axis''': selects the horizontal sketch axis.
* '''Sketch axis''': <span style="font-size:x-small;color:blue;">v0.16 and below</span> selects a construction line contained in the sketch used by the Revolution. The first construction line created in the sketch will be labelled ''Sketch axis 0''. The drop down list will contain one custom sketch axis for each construction line.
* '''Sketch axis''': selects a construction line contained in the sketch used by the Revolution. The first construction line created in the sketch will be labelled ''Sketch axis 0''. The drop down list will contain one custom sketch axis for each construction line. {{VersionMinus|0.16}}
* '''Construction line''': <span style="font-size:x-small;color:green;">v0.17 and above</span> selects a construction line contained in the sketch used by the Revolution. The drop down list will contain an entry for each construction line. The first construction line created in the sketch will be labelled ''Construction line 1''.
* '''Construction line''': selects a construction line contained in the sketch used by the Revolution. The drop down list will contain an entry for each construction line. The first construction line created in the sketch will be labelled ''Construction line 1''. {{VersionPlus|0.17}}
* '''Base (X/Y/Z) axis''': <span style="font-size:x-small;color:green;">v0.17 and above</span> selects the X, Y or Z axis of the Body's Origin;
* '''Base (X/Y/Z) axis''': selects the X, Y or Z axis of the Body's Origin. {{VersionPlus|0.17}}
* '''Select reference...''': <span style="font-size:x-small;color:green;">v0.17 and above</span> allows selection in the 3D view of an edge on the Body, or a [[PartDesign Line|datum line]].
* '''Select reference...''': allows selection in the 3D view of an edge on the Body, or a [[PartDesign_Line|datum line]]. {{VersionPlus|0.17}}


===Angle=== <!--T:27-->
===Angle=== <!--T:27-->


<!--T:15-->
<!--T:15-->
This controls the angle through which the revolution is to be formed, e.g. 360° would be a full, contiguous revolution.
This controls the angle through which the revolution is to be formed, e.g. 360° would be a full, contiguous revolution. The images in the [[#Examples|examples]] section demonstrate some of the possibilities with specifying different angles. It is not possible to specify negative angles (use the '''Reversed''' option instead) or angles greater than 360°.
The images in the [[#Examples|examples]] section demonstrate some of the possibilities with specifying different angles. It is not possible to specify negative angles (use the '''Reversed''' option instead) or angles greater than 360°.


===Symmetric to plane=== <!--T:28-->
===Symmetric to plane=== <!--T:28-->
Line 87: Line 87:
* {{PropertyData|Midplane}}: true or false. See [[#Symmetric to plane|Symmetric to plane]].
* {{PropertyData|Midplane}}: true or false. See [[#Symmetric to plane|Symmetric to plane]].
* {{PropertyData|Reversed}}: true or false. See [[#Reversed|Reversed]].
* {{PropertyData|Reversed}}: true or false. See [[#Reversed|Reversed]].
* {{PropertyData|Refine}}: <span style="font-size:x-small;color:green;">v0.17 and above</span> true or false. If set to true, cleans the solid from residual edges left by features. See [[Part RefineShape]] for more details.
* {{PropertyData|Refine}}: true or false. If set to true, cleans the solid from residual edges left by features. See [[Part RefineShape]] for more details. {{VersionPlus|0.17}}


==Examples== <!--T:6-->
==Examples== <!--T:6-->

Revision as of 11:27, 4 February 2023

PartDesign Revolution

Menu location
Part Design → Create an additive feature → Revolution
Workbenches
PartDesign
Default shortcut
None
Introduced in version
-
See also
PartDesign Groove

Description

The Revolution tool creates a solid by revolving a selected sketch or 2D object about a given axis.

Above: sketch (A) is revolved 270 degrees counter-clockwise around axis (B); resulting solid (C) is shown right.

Usage

  1. Select the sketch to be revolved. version 0.17 and above A face on the existing solid can alternatively be used.
  2. Press the Revolution button.
  3. Set the Revolution parameters (see next section).
  4. Press OK.

Options

When creating a revolution, the Revolution parameters dialogue offers several parameters specifying how the sketch should be revolved.

Axis

This option specifies the axis about which the sketch is to be revolved.

  • Vertical sketch axis: selects the vertical sketch axis.
  • Horizontal sketch axis: selects the horizontal sketch axis.
  • Sketch axis: selects a construction line contained in the sketch used by the Revolution. The first construction line created in the sketch will be labelled Sketch axis 0. The drop down list will contain one custom sketch axis for each construction line. version 0.16 and below
  • Construction line: selects a construction line contained in the sketch used by the Revolution. The drop down list will contain an entry for each construction line. The first construction line created in the sketch will be labelled Construction line 1. version 0.17 and above
  • Base (X/Y/Z) axis: selects the X, Y or Z axis of the Body's Origin. version 0.17 and above
  • Select reference...: allows selection in the 3D view of an edge on the Body, or a datum line. version 0.17 and above

Angle

This controls the angle through which the revolution is to be formed, e.g. 360° would be a full, contiguous revolution. The images in the examples section demonstrate some of the possibilities with specifying different angles. It is not possible to specify negative angles (use the Reversed option instead) or angles greater than 360°.

Symmetric to plane

If checked, the revolution will extend half of the specified angle in both directions from the sketch plane.

Reversed

If checked, the direction of revolution is reversed from default clockwise to counterclockwise.

Properties

Below are properties which can be defined after creation of the feature. Data properties Base and Axis are uneditable.

  • DataAngle: angle of rotation. See Angle.
  • DataLabel: label given to the operation, can be changed at convenience.
  • DataMidplane: true or false. See Symmetric to plane.
  • DataReversed: true or false. See Reversed.
  • DataRefine: true or false. If set to true, cleans the solid from residual edges left by features. See Part RefineShape for more details. version 0.17 and above

Examples

Example revolution using a construction line as the Revolution axis: In this image the angle is 75°, revolution is about the construction line (Sketch axis 0).

Useful links

A detailed example of use on the forum.