CurvedShapes Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
Line 32: Line 32:
<!--T:10-->
<!--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_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 RC model.
* [[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-->
==References== <!--T:11-->

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