Part Loft/pt-br: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
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 [[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).


[[File:Part_Loft_solid_ruled_from3profiles_example_FreeCAD_0_13.jpg]]
[[File:Part_Loft_solid_ruled_from3profiles_example_FreeCAD_0_13.jpg|400px]]
{{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".}}
{{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".}}


Line 42: Line 42:


* [[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}}
* [[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}}

==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 [http://en.wikipedia.org/wiki/Ruled_surface 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|Part Loft Technical Details]].


==Properties==
==Properties==
Line 58: Line 74:
* {{PropertyData|Closed|Bool}}: rue or false (default). True creates a closed loft by connecting last to first profile.
* {{PropertyData|Closed|Bool}}: rue or false (default). True creates a closed loft by connecting last to first profile.
* {{PropertyData|Max Degree|IntegerConstraint}}: Maximum degree.
* {{PropertyData|Max Degree|IntegerConstraint}}: Maximum degree.

====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 [http://en.wikipedia.org/wiki/Ruled_surface 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 info on how the profiles are joined together see [[Part_Loft_Technical_Details|Part Loft Technical Details]].


==Limitations==
==Limitations==

Latest revision as of 18:00, 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

  • DadosSections (LinkList): lists the sections used.
  • DadosSolid (Bool): true or false (default). True creates a solid.
  • DadosRuled (Bool): true or false (default). True creates a ruled surface.
  • DadosClosed (Bool): rue or false (default). True creates a closed loft by connecting last to first profile.
  • DadosMax 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.