Part Revolve/sv: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/sv|Name=Part Revolve|Name/sv=Part Revolve/sv|MenuLocation=Part → Revolve|Workbenches=Part, Complete|SeeAlso=}}")
(Updating to match new version of source page)
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand/sv|Name=Part Revolve|Name/sv=Part Revolve/sv|MenuLocation=Part → Revolve|Workbenches=[[Part Module/sv|Part]], Complete|SeeAlso=}}
{{Docnav
|[[Part_Fillet|Fillet]]
|[[Part_Section|Section]]
|[[Part_Module|Part]]
|IconL=Part_Fillet.svg
|IconC=Workbench_Part.svg
|IconR=Part_Section.svg
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/sv|Name=Part Revolve|Name/sv=Part Revolve/sv|MenuLocation=Part → Revolve|Workbenches=[[Part Module/sv|Part]], Complete|SeeAlso=}}
</div>


==Description==
Revolves the selected object around a given axis. The following shape types
Revolves the selected object around a given axis. The following shape types
are allowed, and lead to the listed output shapes ([[#Notes|See Notes for exceptions]]):
are allowed, and lead to the listed output shapes ([[#Notes|See Notes for exceptions]]):
Line 23: Line 35:
|-
|-
|Shell
|Shell
| Compound solid
| Compound solid (Compsolid)
|}
|}


Line 30: Line 42:
type of compound objects.
type of compound objects.


<div class="mw-translate-fuzzy">
[[Image:Dialog-revolve.jpg]]
[[Image:Dialog-revolve.jpg]]
</div>


The Angle argument specifies how far the object is to be turned. The
The Angle argument specifies how far the object is to be turned. The
Line 44: Line 58:
===Notes===
===Notes===
*If your version of FreeCAD has a check box for Solid in the Revolve dialog, you can make Solids from closed Wires and Edges.
*If your version of FreeCAD has a check box for Solid in the Revolve dialog, you can make Solids from closed Wires and Edges.
*If Revolve is performed using an axis that intersects the face to rotate, and you want to create a solid, the result might be invalid. This can happen for various reasons, self-intersection, direction, etc.


{{Docnav
|[[Part_Fillet|Fillet]]
|[[Part_Section|Section]]
|[[Part_Module|Part]]
|IconL=Part_Fillet.svg
|IconC=Workbench_Part.svg
|IconR=Part_Section.svg
}}

{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}
<languages/>

Revision as of 03:48, 26 February 2020

Part Revolve/sv

Menyplacering
Part → Revolve
Arbetsbänkar
Part, Complete
Standard genväg
Ingen
Introducerad i version
-
Se även
Ingen

Description

Revolves the selected object around a given axis. The following shape types are allowed, and lead to the listed output shapes (See Notes for exceptions):

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

Solids or compound solids are not allowed as input shapes. Normal compounds are currently not allowed, too. Future versions will check the actual shape type of compound objects.

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

Notes

  • If your version of FreeCAD has a check box for Solid in the Revolve dialog, you can make Solids from closed Wires and Edges.
  • If Revolve is performed using an axis that intersects the face to rotate, and you want to create a solid, the result might be invalid. This can happen for various reasons, self-intersection, direction, etc.