Part Loft: Difference between revisions

From FreeCAD Documentation
(Changed Docnav to match order on Part_Module page.)
(Marked this version for translation)
 
(53 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>

<!--T:32-->
<!--T:32-->
{{Docnav
{{Docnav
|[[Part_RuledSurface|RuledSurface]]
|[[Part_RuledSurface|RuledSurface]]
|[[Part_Sweep|Sweep]]
|[[Part_Sweep|Sweep]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_RuledSurface.svg
|IconL=Part_RuledSurface.svg
|IconR=Part_Sweep.svg
|IconR=Part_Sweep.svg
Line 16: Line 16:
|Name=Part Loft
|Name=Part Loft
|MenuLocation=Part → Loft...
|MenuLocation=Part → Loft...
|Workbenches=[[Part Module|Part]]
|Workbenches=[[Part_Workbench|Part]]
|Version=0.13
|Version=0.13
|SeeAlso=[[Part Sweep|Part Sweep]]
|SeeAlso=[[Part_Sweep|Part Sweep]]
}}
}}


==Overview== <!--T:3-->
==Description== <!--T:44-->
The FreeCAD Loft tool (Part Workbench), is used to create a face, shell or a solid shape from two or more profiles. The profiles can be a point (vertex), line (Edge), wire or face. Edges and wires may be either open or closed. There are various [[Part_Loft#Limitations and complications|Limitations and complications]], see below, however the profiles may come from the Part Workbench primitives, Draft Workbench features and a Sketch.


<!--T:4-->
<!--T:45-->
The [[Image:Part_Loft.svg|24px]] [[Part_Loft|Part Loft]] command creates a face, a shell, or a solid shape from two or more profiles (cross-sections).
The Loft has three parameters, "Ruled","Solid" and "Closed" each with a value of either "true" or "false".


</translate>
<!--T:5-->
[[File:Part_Loft_solid_ruled_from3profiles_example_FreeCAD_0_13.jpg|400px]]
If "Ruled" is "true" FreeCAD creates a face, faces or a solid from ruled surfaces. [http://en.wikipedia.org/wiki/Ruled_surface Ruled surface page on Wikipedia.]
<translate>
<!--T:61-->
{{Caption|Loft from three profiles which are two [[Part_Circle|Part Circles]] and one [[Part_Ellipse|Part Ellipse]]. Parameters are Solid "True" and Ruled "True".}}


<!--T:6-->
==Usage== <!--T:46-->
If "Solid" is "true" FreeCAD creates a solid if the profiles are of closed geometry, if "false" FreeCAD creates a face or (if more than one face) a shell for either open or closed profiles.


<!--T:7-->
<!--T:47-->
# There are several ways to invoke the command:
If "Closed" is "true" FreeCAD attempts to loft the last profile to the first profile to create a closed figure.
#* Press the {{Button|[[Image:Part_Loft.svg|16px]] [[Part_Loft|Loft...]]}} button.
#* Select the {{MenuCommand|Part → [[Image:Part_Loft.svg|16px]] Loft...}} option from the menu.
# The Loft [[Task_panel|task panel]] opens.
# In the ''Available Profiles'' list on the left select the first profile and click on the right arrow to place it in the ''Selected profiles'' list on the right.
# Repeat for the second profile and again if more than two profiles are desired.
# Optionally use the up and down arrows to reorder the selected profiles.
# Define options [[#Data|Create solid]], [[#Data|Ruled surface]], and [[#Data|Closed]].
# Click {{Button|OK}}.


<!--T:29-->
===Accepted geometry=== <!--T:48-->
For more info on how the profiles are joined together, refer [[Part Loft Technical Details|Part Loft Technical Details]] page.


<!--T:8-->
<!--T:3-->
* '''Profiles:''' can be a point (vertex), line (edge), wire or face. Edges and wires may be either open or closed. There are various [[#Limitations|Limitations]], see below.
[[File:Part_Loft_solid_ruled_from3profiles_example_FreeCAD_0_13.jpg|frame|centre|Part_Loft. From three profiles which are two Part_Circles and one Part_Ellipse. Parameters are Solid "True" and Ruled "True"]]


<!--T:38-->
==Limitations and complications== <!--T:9-->
* [[App_Link|App Link]] objects linked to the appropriate object types and [[App_Part|App Part]] containers with the appropriate visible objects inside can also be used as profiles. {{Version|0.20}}
*A vertex or point
** vertex or point may only be used as the first and/or last profile in the list of profiles.
***For example
****you cannot loft from a circle to a point, to an ellipse.
****However you could Loft from a point to a circle to an ellipse to another point.
*Open or closed geometry profiles can not be mixed in one single Loft
**In one Loft, all profiles (lines wires etc.) must be either open or closed.
***For example
****FreeCAD can not Loft between one Part Circle and one default Part Line.
*Draft Workbench features
**Draft Workbench features can be directly used as a profile in FreeCAD 0.14 or later.
***For example the following Draft features can be used as profiles in a Part Loft
****Draft Polygon.
****Draft Point, Line, wire,
****Draft B-spline, Bezier Curve
****Draft Circle, Ellipse, Rectangle
*PartDesign Sketches
**The profile may be created with a sketch. However only a valid sketch will be shown in the list to be available for selection.
**The sketch must contain only one open or closed wire or line (can be multiple lines, if those lines are all connected as they are then a single wire)
*Part Workbench
**the profile can be a valid Part geometric primitive which can be created with the [[Part_CreatePrimitives|Part CreatePrimitives]] tool
***For example the following Part geometric primitives can be a valid profile
****Point (Vertex), Line (Edge)
****Helix, Spiral
****Circle, Ellipse
****Regular Polygon
****Plane (Face)


<!--T:10-->
==Options== <!--T:60-->
*Closed Lofts
** The results of closed lofts may be unexpected - the loft may develop twists or kinks. Lofting is very sensitive to the Placement of the profiles and the complexity of the curves required to connect the corresponding Vertices in all the profiles.


==An example Loft== <!--T:11-->
====Create solid==== <!--T:55-->
The Loft tool is in the Part Workbench, menu Part -> Loft... or via the icon in the tool bar.


<!--T:12-->
<!--T:6-->
If "Solid" is set to "true", FreeCAD creates a solid, provided the profiles are closed; if set to "false", FreeCAD creates a face or a shell for either open or closed profiles.
[[Image:Part_Loft_Ikon_Ballon_Hilfe.png]]


<!--T:13-->
====Ruled surface==== <!--T:56-->
In the "Tasks" will be two lists: "node / wire" and "free form".


<!--T:14-->
<!--T:5-->
If "Ruled surface" is "true" FreeCAD creates a face, a shell or a solid from [http://en.wikipedia.org/wiki/Ruled_surface ruled surfaces].
[[Image:Part_Loft_Liste3.png]]


===Selection of the sections=== <!--T:15-->
====Closed==== <!--T:57-->
In the "node / wire" the available items are displayed. Two sections must be selected one after the first in this list.


<!--T:16-->
<!--T:7-->
If "Closed" is "true" FreeCAD attempts to loft the last profile to the first profile to create a closed loop.
[[Image:Part_Loft_Liste_Auswahl_3b.png]]


<!--T:29-->
For more information on how profiles are joined together see [[Part_Loft_Technical_Details|Part Loft Technical Details]].


<!--T:17-->
==Properties== <!--T:49-->
Thereafter, with the blue arrow that item is added to the list of "free form".


<!--T:18-->
<!--T:50-->
See also: [[Property_editor|Property editor]].
[[Image:Part_Loft_Liste_Auswahl_3c.png]]


<!--T:19-->
<!--T:51-->
A Part Loft object is derived from a [[Part_Feature|Part Feature]] object and inherits all its properties. It also has the following additional properties:
The selected items must be of the same type.


<!--T:20-->
===Data=== <!--T:52-->
Tip: the active / selected items in the list are displayed in the 3D area as active / selected.


===Command complete=== <!--T:21-->
<!--T:53-->
{{TitleProperty|Loft}}
If both sections are selected, the command can be completed with "OK".


<!--T:22-->
<!--T:54-->
* {{PropertyData|Sections|LinkList}}: lists the sections used.
[[Image:Part_Loft_Liste_Auswahl_3d.png]]
* {{PropertyData|Solid|Bool}}: true or false (default). True creates a solid.
* {{PropertyData|Ruled|Bool}}: true or false (default). True creates a ruled surface.
* {{PropertyData|Closed|Bool}}: rue or false (default). True creates a closed loft by connecting last to first profile.
* {{PropertyData|Max Degree|IntegerConstraint}}: Maximum degree.


==Result== <!--T:23-->
==Limitations== <!--T:39-->
From closed lines we get surfaces which might be taken as a superficial look for solids.


<!--T:24-->
<!--T:58-->
A Part Loft has the same limitations as a [[Part_Sweep#Limitations|Part Sweep]].
[[Image:Part_Loft_geschlossen.png]]


<!--T:25-->
=== Closed Lofts === <!--T:59-->
If indeed a solid needs to be created, used the button "Create Solid" or after creating the Loft switch to its '' properties'' tab'' data'' and set the switch "Solid" to true.


<!--T:26-->
<!--T:10-->
* The results of a closed Loft may be unexpected, the Loft may develop twists or kinks. Lofting is very sensitive to the Placement of the profiles and the complexity of the curves required to connect the corresponding vertices in all the profiles.
The procedure is the same as described above with open polylines.

===Changing the selection of sections=== <!--T:30-->
If you want to change the selection of the sections after creation of the loft, you can select the field Sections in the Data tab and click the occuring ellipsis button. The list of all selectable sections occurs, the current selection is highlighted. You can remove or add additional sections.

<!--T:31-->
The sequence of sections depends on the sequence of clicks in the list. If you want to make substantial changes it is recommended to first deselect all and then start selection in the right order.




Line 135: Line 108:
|[[Part_RuledSurface|RuledSurface]]
|[[Part_RuledSurface|RuledSurface]]
|[[Part_Sweep|Sweep]]
|[[Part_Sweep|Sweep]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_RuledSurface.svg
|IconL=Part_RuledSurface.svg
|IconR=Part_Sweep.svg
|IconR=Part_Sweep.svg
Line 144: Line 117:
{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 18:01, 4 October 2023

Part Loft

Menu location
Part → Loft...
Workbenches
Part
Default shortcut
None
Introduced in version
0.13
See also
Part Sweep

Description

The Part Loft command creates a face, a shell, or a solid shape from two or more profiles (cross-sections).

Loft from three profiles which are two Part Circles and one Part Ellipse. Parameters are Solid "True" and Ruled "True".

Usage

  1. There are several ways to invoke the command:
    • Press the Loft... button.
    • Select the Part → Loft... option from the menu.
  2. The Loft task panel opens.
  3. In the Available Profiles list on the left select the first profile and click on the right arrow to place it in the Selected profiles list on the right.
  4. Repeat for the second profile and again if more than two profiles are desired.
  5. Optionally use the up and down arrows to reorder the selected profiles.
  6. Define options Create solid, Ruled surface, and Closed.
  7. Click OK.

Accepted geometry

  • Profiles: can be a point (vertex), line (edge), wire or face. Edges and wires may be either open or closed. There are various Limitations, see below.

Options

Create solid

If "Solid" is set to "true", FreeCAD creates a solid, provided the profiles are closed; if set to "false", FreeCAD creates a face or a shell for either open or closed profiles.

Ruled surface

If "Ruled surface" is "true" FreeCAD creates a face, a shell or a solid from ruled surfaces.

Closed

If "Closed" is "true" FreeCAD attempts to loft the last profile to the first profile to create a closed loop.

For more information on how profiles are joined together see Part Loft Technical Details.

Properties

See also: Property editor.

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

Data

Loft

  • DataSections (LinkList): lists the sections used.
  • DataSolid (Bool): true or false (default). True creates a solid.
  • DataRuled (Bool): true or false (default). True creates a ruled surface.
  • DataClosed (Bool): rue or false (default). True creates a closed loft by connecting last to first profile.
  • DataMax Degree (IntegerConstraint): Maximum degree.

Limitations

A Part Loft has the same limitations as a Part Sweep.

Closed Lofts

  • The results of a closed Loft may be unexpected, the Loft may develop twists or kinks. Lofting is very sensitive to the Placement of the profiles and the complexity of the curves required to connect the corresponding vertices in all the profiles.