|
Menu location |
---|
Part → Loft... |
Workbenches |
Part |
Default shortcut |
None |
Introduced in version |
0.13 |
See also |
Part Sweep |
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".
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.
If "Ruled surface" is "true" FreeCAD creates a face, a shell or a solid from ruled surfaces.
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.
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:
Loft
LinkList
): Lists the sections used.Bool
): False (default). True creates a solid.Bool
): False (default). True creates a ruled surface.Bool
): False (default). True creates a closed loft by connecting last to first profile.IntegerConstraint
): Maximum degree.A Part Loft has the same limitations as a Part Sweep.