PartDesign AdditiveLoft: Difference between revisions

From FreeCAD Documentation
(Added entry under Options)
m (<translate>)
Line 1: Line 1:
<translate>

{{GuiCommand|Name=PartDesign AdditiveLoft|Workbenches=[[PartDesign Workbench|PartDesign]]|MenuLocation=Part Design → Additive loft|Shortcut=None|SeeAlso=[[PartDesign AdditivePipe]]}}
{{GuiCommand|Name=PartDesign AdditiveLoft|Workbenches=[[PartDesign Workbench|PartDesign]]|MenuLocation=Part Design → Additive loft|Shortcut=None|SeeAlso=[[PartDesign AdditivePipe]]}}


==Description==
==Description==

'''Additive Loft''' creates a solid in the active Body by making a transition between two or more sketches (also referred to as cross-sections). If the Body already contains features, the additive loft will be merged to them.
'''Additive Loft''' creates a solid in the active Body by making a transition between two or more sketches (also referred to as cross-sections). If the Body already contains features, the additive loft will be merged to them.


{{Version|0.17}}
{{Version|0.17}}

[[File:PartDesign_AddLoft_example.png|none]]
[[File:PartDesign_AddLoft_example.png|none]]
''On the left: cross-sections (A), (B) and (C); created Additive loft on the right.''
''On the left: cross-sections (A), (B) and (C); created Additive loft on the right.''
Line 18: Line 22:


==Options==
==Options==

* '''Ruled surface''': makes straight transitions between cross-sections. Dos not apply to a loft with two cross-sections. If not checked, transitions will be smooth.
* '''Ruled surface''': makes straight transitions between cross-sections. Dos not apply to a loft with two cross-sections. If not checked, transitions will be smooth.
* '''Closed''': makes a transition from the last cross-section to the first, creating a loop.
* '''Closed''': makes a transition from the last cross-section to the first, creating a loop.
Line 23: Line 28:


==Properties==
==Properties==

* {{PropertyData|Label}}: name given to the operation, this name can be changed at convenience.
* {{PropertyData|Label}}: name given to the operation, this name can be changed at convenience.
* {{PropertyData|Sections}}: lists the sections used.
* {{PropertyData|Sections}}: lists the sections used.
Line 32: Line 38:


==Limitations==
==Limitations==

* Sketches must form closed profiles.
* Sketches must form closed profiles.
* It is not possible to loft to a vertex.
* It is not possible to loft to a vertex.
Line 38: Line 45:


==Links==
==Links==

* [[Part Loft Technical Details]] explains how a [[Part Loft]] is created, much of its content is relevant to the PartDesign Additive loft.
* [[Part Loft Technical Details]] explains how a [[Part Loft]] is created, much of its content is relevant to the PartDesign Additive loft.


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

Revision as of 17:06, 1 February 2018

PartDesign AdditiveLoft

Menu location
Part Design → Additive loft
Workbenches
PartDesign
Default shortcut
None
Introduced in version
-
See also
PartDesign AdditivePipe

Description

Additive Loft creates a solid in the active Body by making a transition between two or more sketches (also referred to as cross-sections). If the Body already contains features, the additive loft will be merged to them.

introduced in version 0.17

On the left: cross-sections (A), (B) and (C); created Additive loft on the right.

How to use

  1. Press the Additive loft button.
  2. In the Select feature dialog, select a sketch to be used as first cross-section and click OK.
    • Alternatively, a single sketch can be selected prior to pressing the Additive loft button.
  3. In the Loft parameters, press the Add Section button.
  4. Select a sketch in the 3D view. Repeat to select more sketches.
  5. Set options if needed and click OK.

Options

  • Ruled surface: makes straight transitions between cross-sections. Dos not apply to a loft with two cross-sections. If not checked, transitions will be smooth.
  • Closed: makes a transition from the last cross-section to the first, creating a loop.
  • Press the Remove Section button to remove a sketch, by selecting it in the 3D view.

Properties

  • DataLabel: name given to the operation, this name can be changed at convenience.
  • DataSections: lists the sections used.
  • DataRuled: see Options.
  • DataClosed: see Options.
  • DataMidplane:
  • DataReversed:
  • DataRefine: true or false. If set to true, cleans the solid from residual edges left by features. See Part RefineShape for more details.

Limitations

  • Sketches must form closed profiles.
  • It is not possible to loft to a vertex.
  • A cross-section cannot lie on the same plane as the one immediately preceding it.
  • To better control the shape of the loft, it is recommended that all the cross-sections have the same number of segments. For example, for a loft between a rectangle and a circle, the circle may be broken down into 4 connected arcs.

Links