CurvedShapes Workbench: Difference between revisions

From FreeCAD Documentation
(Created page skeleton)
 
No edit summary
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
</language>
{{UnfinishedDocu{{#translation:}}}}
[[Image:CurvedShapes_workbench_icon.svg|center|240px]]
<translate>
<translate>
{{Caption|align=center|The CurvedShapes External Workbench Icon}}


<!--T:18-->
==Overview==
[[File:CurvedShapes_workbench_icon.svg|thumb|128px|CurvedShapes Workbench icon]]


</translate>
</translate>
Line 10: Line 10:
<translate>
<translate>


==Introduction== <!--T:2-->
Curved Shapes is a FreeCAD [[external workbenches|external workbench]] that creates 3D shapes from 2D curves.


<!--T:3-->
==Installation==
Curved Shapes is a FreeCAD [[External_workbenches|external workbench]] that creates 3D shapes from 2D curves.


==Installation== <!--T:4-->
Recommended installation is through the FreeCAD [[Image:AddonManager.svg|24px|link=Addon Manager]] [[Addon Manager|Addon Manager]] via the {{MenuCommand|Tools → Addon Manager}}


<!--T:5-->
{{Emphasis|Note: for manual installation see [[Addon Manager#Manual_installation]]}}
Recommended installation is through the FreeCAD [[Image:Std_AddonMgr.svg|24px|link=Std_AddonMgr]] [[Std_AddonMgr|Addon Manager]] via the {{MenuCommand|Tools → Addon Manager}}


==Tools== <!--T:7-->
==References==


<!--T:8-->
* [[Image:CurvedShapes_CurvedArray.svg|24px|link=CurvedShapes_CurvedArray]] [[CurvedShapes_CurvedArray|CurvedArray]]: Creates an array and resizes the items in the bounds of one or more hull curves.
* [[Image:CurvedShapes_CurvedSegment.svg|24px|link=CurvedShapes_CurvedSegment]] [[CurvedShapes_CurvedSegment|CurvedSegment]]: Interpolates between two 2D curves. The interpolated curves can be resized in the bounds of some hullcurves.
* [[Image:CurvedShapes_InterpolatedMiddle.svg|24px|link=CurvedShapes_InterpolatedMiddle]] [[CurvedShapes_InterpolatedMiddle|InterpolatedMiddle]]: Interpolates a 2D shape into the middle between two 2D curves. The base shapes can be connected to a shape with a sharp corner.
* [[Image:CurvedShapes_SurfaceCut.svg|24px|link=CurvedShapes_SurfaceCut]] [[CurvedShapes_SurfaceCut|SurfaceCut]]: Cuts a surface to get the outline curve or a face. This tool is similar to [[Image:Part_CrossSections.svg|24px]] [[Part_CrossSections|Cross-Sections]] in the [[Image:Workbench_Part.svg|24px]] [[Part_Workbench|Part workbench]], but it is fully parametric and has an option to reduce the complexity of the output curve. It tries to remove overlapping edges.

=== Examples === <!--T:9-->

<!--T:10-->
* [[Image:CurvedShapes_HortenHIX.svg|24px|link=CurvedShapes_HortenHIX]] [[CurvedShapes_HortenHIX|HortenHIX]]: A Python script that creates the shape of the [https://en.wikipedia.org/wiki/Horten_Ho_229 Horten Ho 229 (also called Horten H IX)], a stealth fighter that has been build in Germany in 1944.
* [[Image:CurvedShapes_FlyingWingS800.svg|24px|link=CurvedShapes_FlyingWingS800]] [[CurvedShapes_FlyingWingS800|FlyingWingS800]]: A Python script that creates the shape of a flying wing radio-controlled model.

==References== <!--T:11-->

<!--T:12-->
* Author: @chbergmann
* Author: @chbergmann
* Github repo: https://github.com/chbergmann/CurvedShapesWorkbench
* Github repo: https://github.com/chbergmann/CurvedShapesWorkbench


==Related==
==Related== <!--T:13-->


<!--T:14-->
* [[Curves Workbench]]
* [[AirPlaneDesign Workbench]]
* [[Curves_Workbench|Curves Workbench]]
* [https://github.com/FredsFactory/FreeCAD_AirPlaneDesign AirPlaneDesign Workbench]


==External Workbenches==
==External Workbenches== <!--T:15-->


</translate>
</translate>

Latest revision as of 20:13, 16 November 2021

Other languages:

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.

CurvedShapes Workbench icon

Introduction

Curved Shapes is a FreeCAD external workbench that creates 3D shapes from 2D curves.

Installation

Recommended installation is through the FreeCAD Addon Manager via the Tools → Addon Manager

Tools

  • CurvedArray: Creates an array and resizes the items in the bounds of one or more hull curves.
  • CurvedSegment: Interpolates between two 2D curves. The interpolated curves can be resized in the bounds of some hullcurves.
  • InterpolatedMiddle: Interpolates a 2D shape into the middle between two 2D curves. The base shapes can be connected to a shape with a sharp corner.
  • SurfaceCut: Cuts a surface to get the outline curve or a face. This tool is similar to Cross-Sections in the Part workbench, but it is fully parametric and has an option to reduce the complexity of the output curve. It tries to remove overlapping edges.

Examples

References

Related

External Workbenches