PartDesign AdditiveLoft: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Template:UnfinishedDocu}} {{GuiCommand|Name=PartDesign AdditiveLoft|Workbenches=PartDesign, Complete|MenuLocation=PartDesign → Additive loft|Shor...")
 
(Created page.)
Line 1: Line 1:
{{Template:UnfinishedDocu}}
{{Template:UnfinishedDocu}}


{{GuiCommand|Name=PartDesign AdditiveLoft|Workbenches=[[PartDesign Workbench|PartDesign]], Complete|MenuLocation=PartDesign → Additive loft|Shortcut=|SeeAlso=}}
{{GuiCommand|Name=PartDesign AdditiveLoft|Workbenches=[[PartDesign Workbench|PartDesign]]|MenuLocation=PartDesign → Additive loft|Shortcut=None|SeeAlso=}}


==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.


{{Version|0.17}}
==How to use==


# Press the {{KEY|[[Image:PartDesign AdditiveLoft.png|24px]] '''Additive loft'''}} button.
==Use==
# In the '''Select feature''' dialog, select a sketch to be used as first cross-section and click {{KEY|OK}}.

#* Alternatively, a single sketch can be selected prior to pressing the Additive loft button.
# Click on [[Image:PartDesign AdditiveLoft.png|24px]] in the toolbar, or choose {{KEY|PartDesign}} → {{KEY|[[Image:PartDesign AdditiveLoft.png|24px]] Additive loft}} from the main menu.
# In the '''Loft parameters''', press the {{KEY|Add Section}} button.
# Select a sketch in the 3D view. Repeat to select more sketches.
# Set options if needed and click {{KEY|OK}}.


==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.
* '''Closed''': makes a transition from the last cross-section to the first, creating a loop.

==Properties==
* {{PropertyData|Label}}: name given to the operation, this name can be changed at convenience.
* {{PropertyData|Sections}}: lists the sections used.
* {{PropertyData|Ruled}}: see [[#Options|Options]].
* {{PropertyData|Closed}}: see [[#Options|Options]].
* {{PropertyData|Midplane}}:
* {{PropertyData|Reversed}}:
* {{PropertyData|Refine}}: true or false. If set to true, cleans the solid from residual edges left by features. See [[Part RefineShape]] for more details.


==Limitations==
==Limitations==
* Sketches must form closed profiles.

* It is not possible to loft to a vertex.
==Scripts==
* 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==
==Links==
* [[Part Loft Technical Details]] explains how a [[Part Loft]] is created, much of its content is relevant to the PartDesign Additive loft.

==Notes==

Available since FreeCAD v 0.17.

{{clear}}

Revision as of 06:10, 31 January 2018

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

PartDesign AdditiveLoft

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

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

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.

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