Curves Workbench: Difference between revisions

From FreeCAD Documentation
m (Added {{TOCright}})
(Marked this version for translation)
 
(48 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
{{UnfinishedDocu{{#translation:}}}}

[[Image:Curves_workbench_icon.svg|center|240px]]
<translate>
<translate>
{{Caption|align=center|The FreeCAD Curves External Workbench Icon}}


==Introduction==
==Introduction== <!--T:2-->


</translate>
</translate>
[[Image:Curves_workbench_icon.svg|thumb|128px|<translate><!--T:13--> Curves External workbench icon</translate>]]
{{TOCright}}
{{TOCright}}
<translate>
<translate>


<!--T:3-->
The Curves workbench is an [[external workbenches|External workbench]] that is python based with a collection of tools for NURBS curves and surfaces. This workbench is developed with FreeCAD Master and OCC 7.4. Note: Some tools may not work with earlier versions.
The Curves workbench is an [[External_workbenches|External workbench]] that is Python based with a collection of tools for NURBS curves and surfaces. This workbench is developed with FreeCAD Master and OCC 7.4.

<!--T:14-->
Note: Some tools may not work with earlier versions.

==Installation== <!--T:4-->

<!--T:5-->
Download the Curves workbench via the [[Image:Std_AddonMgr.svg|24px|link=Std_AddonMgr]] [[Std_AddonMgr|Addon Manager]]. Select the {{MenuCommand|Tools → Addon Manager}} option from the menu.

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

<!--T:7-->
* Developer: @Chris_G
* Github: https://github.com/tomate44/CurvesWB
* Discussion: https://forum.freecadweb.org/viewtopic.php?f=8&t=22675
* YouTube tutorial using curves workbench: https://www.youtube.com/watch?v=ZVdbvxmJ3Mo
* Dailymotion tutorial, tide bottle, demoing curves workbench: https://www.dailymotion.com/video/x6bo9a6


==Tools== <!--T:8-->
==Installation==


<!--T:12-->
Download the Curves workbench via the [[Image:AddonManager.svg|24px|link=Std_AddonMgr]] [[Addon Manager]] {{MenuCommand|Tools → Addons}}
* [[Image:Curves_Line.svg|32px]] [[Curves_Line|Curves Line]]: Create a parametric line between two vertices.
* [[Image:Curves_EditableSpline.svg|32px]] [[Curves_EditableSpline|Curves EditableSpline]]: Create a freehand B-Spline curve.
* [[Image:Curves_ExtendCurve.svg|32px]] [[Curves_ExtendCurve|Curves ExtendCurve]]: Extends the selected edge.
* [[Image:Curves_JoinCurve.svg|32px]] [[Curves_JoinCurve|Curves JoinCurve]]: Joins the selected edges into BSpline Curves.
* [[Image:Curves_SplitCurve.svg|32px]] [[Curves_SplitCurve|Curves SplitCurve]]: Splits the selected edge.
* [[Image:Curves_Discretize.svg|32px]] [[Curves_Discretize|Curves Discretize]]: Discretize an edge or a wire.
* [[Image:Curves_Interpolate.svg|32px]] [[Curves_Interpolate|Curves Interpolate]]: Interpolate points with a BSpline curve.
* [[Image:Curves_ParametricComb.svg|32px]] [[Curves_ParametricComb|Curves ParametricComb]]: Creates a parametric Comb plot on selected edges.
* [[Image:Curves_ZebraTool.svg|32px]] [[Curves_ZebraTool|Curves ZebraTool]]: Zebra texture for surface inspection.
* [[Image:Curves_ParametricSolid.svg|32px]] [[Curves_ParametricSolid|Curves ParametricSolid]]: Make a parametric solid from selected faces.
* [[Image:Curves_IsoCurve.svg|32px]] [[Curves_IsoCurve|Curves IsoCurve]]: Create an IsoCurve from a face.
* [[Image:Curves_SketchOnSurface.svg|32px]] [[Curves_SketchOnSurface|Curves SketchOnSurface]]: Map a sketch on to a surface.
* [[Image:Curves_ProfileSupport.svg|32px]] [[Curves_ProfileSupport|Curves ProfileSupport]]: Creates a support plane for sketches.
* [[Image:Curves_PasteSVG.svg|32px]] [[Curves_PasteSVG|Curves PasteSVG]]: Pastes the SVG content of the clipboard.
* [[Image:Curves_PipeshellProfile.svg|32px]] [[Curves_PipeshellProfile|Curves PipeshellProfile]]: Creates a Profile object for PipeShell.
* [[Image:Curves_Pipeshell.svg|32px]] [[Curves_Pipeshell|Curves Pipeshell]]: Creates a Pipeshell sweep object.
* [[Image:Curves_GordonSurface.svg|32px]] [[Curves_GordonSurface|Curves GordonSurface]]: Creates a surface that skins a network of curves.
* [[Image:Curves_SegmentSurface.svg|32px]] [[Curves_SegmentSurface|Curves SegmentSurface]]: Segment a surface on isocurves.
* [[Image:Curves_ToConsole.svg|32px]] [[Curves_ToConsole|Curves ToConsole]]: Moves objects to the console.
* [[Image:Curves_CompressionSpring.svg|32px]] [[Curves_CompressionSpring|Curves CompressionSpring]]: Creates a compression spring.
* [[Image:Curves_ReflectLines.svg|32px]] [[Curves_ReflectLines|Curves ReflectLines]]: Creates the reflect lines on a shape, according to a view direction.
* [[Image:Curves_MultiLoft.svg|32px]] [[Curves_MultiLoft|Curves MultiLoft]]: Loft profile objects made of multiple faces in parallel.




</translate>
</translate>
[[Cateogory:External Workbenches{{#translation:}}]]
{{Curves Tools navi{{#translation:}}}}
[[Cateogory:Addons{{#translation:}}]]
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
[[Category:External Workbenches{{#translation:}}]]
[[Category:Addons{{#translation:}}]]

Latest revision as of 11:25, 15 July 2023

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.


Introduction

Curves External workbench icon

The Curves workbench is an External workbench that is Python based with a collection of tools for NURBS curves and surfaces. This workbench is developed with FreeCAD Master and OCC 7.4.

Note: Some tools may not work with earlier versions.

Installation

Download the Curves workbench via the Addon Manager. Select the Tools → Addon Manager option from the menu.

References

Tools