PartDesign SubtractiveLoft: Difference between revisions

From FreeCAD Documentation
No edit summary
(sync the page with its additive counterpart)
Line 8: Line 8:
|IconL=PartDesign_Groove.svg
|IconL=PartDesign_Groove.svg
|IconC=Workbench_PartDesign.svg
|IconC=Workbench_PartDesign.svg
|IconR=PartDesign SubtractivePipe.png
|IconR=PartDesign SubtractivePipe.svg
}}
}}


Line 27: Line 27:
==Usage== <!--T:5-->
==Usage== <!--T:5-->


<!--T:6-->
=== Dialog-based workflow === <!--T:21-->

# Press the {{KEY|[[Image:PartDesign SubtractiveLoft.png|24px]] '''Subtractive loft'''}} button.
<!--T:7-->
# 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 Subtractive loft button.
# Press the {{Button|[[File:PartDesign_Subtractive_Loft.svg|16px]] [[PartDesign_SubtractiveLoft|Subtractive loft]]}} button.
# In the '''Select feature''' dialog, select a sketch to be used as base profile object and click {{Button|OK}}.
# In the '''Loft parameters''', press the {{KEY|Add Section}} button.
# Select a sketch in the 3D view. Repeat to select more sketches.
#* Alternatively, a single sketch can be selected prior to pressing the subtractive loft button.
# In the '''Loft parameters''', press the {{Button|Add Section}} button.
# Set options if needed and click {{KEY|OK}}.
# Select the next sketch in the [[3D_view|3D view]]. Repeat to select more sketches in the order you want them to be lofted through. (You can change the section order any time later in the loft dialog by dragging sections in the list to the desired position.)
# Set options if needed and click {{Button|OK}}.

=== Selection-based workflow === <!--T:22-->

<!--T:23-->
{{Version|0.19}}
# Select several sketches. It is hereby important in what order you select them:
#* The sketch selected at first will become the base profile object in the next step
#* The sketches selected after the first one will become the loft sections. Also here the selection order is important: The sketch selected as second will become the first loft section, the one selected as third becomes the second section and so on. (You can change the section order any time later in the loft dialog by dragging sections in the list to the desired position.)
# Press the {{Button|[[File:PartDesign_Subtractive_Loft.svg|16px]] [[PartDesign_SubtractiveLoft|Subtractive loft]]}} button.
# Set options if needed and click {{Button|OK}}.


==Options== <!--T:7-->
==Options== <!--T:7-->
Line 40: Line 52:
* '''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.
* Press the {{KEY|Remove Section}} button to remove a sketch, by selecting it in the 3D view.


==Properties== <!--T:9-->
==Properties== <!--T:9-->
Line 74: Line 85:
|IconL=PartDesign_Groove.svg
|IconL=PartDesign_Groove.svg
|IconC=Workbench_PartDesign.svg
|IconC=Workbench_PartDesign.svg
|IconR=PartDesign SubtractivePipe.png
|IconR=PartDesign SubtractivePipe.svg
}}
}}



Revision as of 23:32, 17 September 2020

PartDesign SubtractiveLoft

Menu location
Part Design → Subtractive loft
Workbenches
PartDesign
Default shortcut
None
Introduced in version
0.17
See also
Additive loft, Subtractive pipe

Description

Subtractive Loft creates a subtractive solid in the active Body by making a transition between two or more sketches (also referred to as cross-sections). Its shape is then subtracted from the existing solid.

Usage

Dialog-based workflow

  1. Press the Subtractive loft button.
  2. In the Select feature dialog, select a sketch to be used as base profile object and click OK.
    • Alternatively, a single sketch can be selected prior to pressing the subtractive loft button.
  3. In the Loft parameters, press the Add Section button.
  4. Select the next sketch in the 3D view. Repeat to select more sketches in the order you want them to be lofted through. (You can change the section order any time later in the loft dialog by dragging sections in the list to the desired position.)
  5. Set options if needed and click OK.

Selection-based workflow

introduced in version 0.19

  1. Select several sketches. It is hereby important in what order you select them:
    • The sketch selected at first will become the base profile object in the next step
    • The sketches selected after the first one will become the loft sections. Also here the selection order is important: The sketch selected as second will become the first loft section, the one selected as third becomes the second section and so on. (You can change the section order any time later in the loft dialog by dragging sections in the list to the desired position.)
  2. Press the Subtractive loft button.
  3. 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: N/A
  • DataReversed: N/A
  • 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