Part Loft: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(fix link to "Limitations_and_complications", the "L" needed to be capitalised in the link so it matched the title)
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<translate>
<!--T:32-->
{{Docnav|[[Part_Sweep|Sweep]]|[[Part_Offset|3D Offset]]|[[Part_Module|Part]]|IconL=Part_Sweep.png|IconC=Workbench_Part.svg|IconR=Part_Offset.png}}


<!--T:2-->
<!--T:2-->
{{GuiCommand|Name=Part Loft|MenuLocation=Part → Loft...||Workbenches=[[Part Module|Part]]|SeeAlso=[[Part Sweep|Part Sweep]]}}
{{GuiCommand|Name=Part Loft|MenuLocation=Part → Loft...||Workbenches=[[Part Module|Part]]|SeeAlso=[[Part Sweep|Part Sweep]]}}



==Overview== <!--T:3-->
==Overview== <!--T:3-->
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.
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:4-->
Line 30: Line 32:
** vertex or point may only be used as the first and/or last profile in the list of profiles.
** vertex or point may only be used as the first and/or last profile in the list of profiles.
***For example
***For example
****you can not loft from a circle to a point, to a ellipse.
****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.
****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
*Open or closed geometry profiles can not be mixed in one single Loft
Line 71: Line 73:
[[Image:Part_Loft_Liste3.png]]
[[Image:Part_Loft_Liste3.png]]


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


<!--T:16-->
<!--T:16-->
Line 91: Line 93:


===Command complete=== <!--T:21-->
===Command complete=== <!--T:21-->
If both elements are selected, the command can be completed with "OK".
If both sections are selected, the command can be completed with "OK".


<!--T:22-->
<!--T:22-->
Line 97: Line 99:


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


<!--T:24-->
<!--T:24-->
Line 103: Line 105:


<!--T:25-->
<!--T:25-->
If indeed a solid / solid to be created, can be used either when you create the button "Create Solid" or after creating the field'' properties'' tab'' data'' created the free-form surface of the switch "Solid" by pop be set to "true" / set properly.
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:26-->
The procedure is analogous open polylines.
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 deselct all and then start selection in the right order.


==FreeCAD Version== <!--T:27-->
==FreeCAD Version== <!--T:27-->
Line 116: Line 124:





<!--T:28-->
<!--T:33-->
[[Category:UnfinishedDocu]]
{{Docnav|[[Part_Sweep|Sweep]]|[[Part_Offset|3D Offset]]|[[Part_Module|Part]]|IconL=Part_Sweep.png|IconC=Workbench_Part.svg|IconR=Part_Offset.png}}

<!--T:34-->
{{Part Tools navi}}

<!--T:35-->
{{Userdocnavi}}


</translate>
</translate>
{{clear}}
{{clear}}
<languages/>

Revision as of 11:19, 11 June 2019

Part Loft

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

Overview

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 Limitations and complications, see below, however the profiles may come from the Part Workbench primitives, Draft Workbench features and a Sketch.

The Loft has three parameters, "Ruled","Solid" and "Closed" each with a value of either "true" or "false".

If "Ruled" is "true" FreeCAD creates a face, faces or a solid from ruled surfaces. Ruled surface page on Wikipedia.

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.

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

For more info on how the profiles are joined together, refer Part Loft Technical Details page.

Part_Loft. From three profiles which are two Part_Circles and one Part_Ellipse. Parameters are Solid "True" and Ruled "True"

Limitations and complications

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

The Loft tool is in the Part Workbench, menu Part -> Loft... or via the icon in the tool bar.

In the "Tasks" will be two lists: "node / wire" and "free form".

Selection of the sections

In the "node / wire" the available items are displayed. Two sections must be selected one after the first in this list.


Thereafter, with the blue arrow that item is added to the list of "free form".

The selected items must be of the same type.

Tip: the active / selected items in the list are displayed in the 3D area as active / selected.

Command complete

If both sections are selected, the command can be completed with "OK".

Result

From closed lines we get surfaces which might be taken as a superficial look for solids.

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.

The procedure is the same as described above with open polylines.

Changing the selection of sections

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.

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 deselct all and then start selection in the right order.

FreeCAD Version

  • added Version 0.13
  • "closed" property added Version 0.14
  • Ability to use a face as a profile added Version 0.14