FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabo Bielorusso Catalano Czech German Greek Spanish Spanish Basco Finnish Filippino Français Galiziano Croatian Hungarian Indonesiano Italiano Japanese Kabyle Coreano Lituano Dutch Norvegese Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbo Swedish Turkish Ukrainian Valenziano Vietnamita Cinese Cinese
  • Funzioni
  • Download
  • Blog
  • Documentazione
    Indice di documentazione Per iniziare Documentazione utenti Il manuale FreeCAD Documentazione degli ambienti di lavoro Documentazione di scripting Python Documentazione codice C++ Tutorial Domande frequenti Politica sulla Privacy Informazioni Su FreeCAD
  • Contribuire
    Come aiutare Sponsor Segnala un bug Fai una richiesta Opportunità di lavoro e ricompense Linee guida per contribuire Manuale degli sviluppatori Traduzioni
  • Comunità
    Codice di condotta Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendario
  • ♥ Donate

Donate

$
Informazioni SEPA
Si prega di intestare il bonifico SEPA a:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Agenzia bancaria: BNP Paribas Fortis
Indirizzo: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

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.


Introduzione

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

  • Developer: @Chris_G
  • Github: https://github.com/tomate44/CurvesWB
  • Discussion: https://forum.freecad.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

With the latest update the order of the tools was matched with the menu options of version 0.6.59 and some missing tools were added.

Curve tools

  • Parametric line: Creates a parametric line between two vertices.
  • Freehand BSpline: Creates a freehand B-spline curve.
  • Mixed curve: Creates a 3D curve as the intersection of 2 projected curves.
  • Curve extend: Extends the selected edge.
  • joinCurves: Joins the selected edges into B-spline curves.
  • Split curve: Splits the selected edge.
  • Discretize: Discretizes an edge or a wire.
  • Approximate: Approximates points to NURBS curve or surface.
  • Interpolate: Interpolates points with a B-spline curve.
  • Blend curve: Creates a parametric blend curve between two edges.
  • Comb plot: Creates a parametric Comb plot on selected edges.
  • CurveOnSurface: Projects a curve on a surface object.

Surface tools

  • ZebraTool: Zebra texture for surface inspection.
  • Trim face: Trims a face with a projected curve.
  • IsoCurve: Applies a UV oriented lattice onto selected surfaces.
  • Sketch on surface: Maps a sketch on to a surface.
  • Sweep2Rails: Creates a sweep either with a ruled surface and a list of profile edges or with two rails and at least two profiles.
  • Profile support plane: Creates a support plane for sketches.
  • Pipeshell profile: Creates a Profile object for PipeShell.
  • Pipeshell: Creates a Pipeshell sweep object.
  • Gordon surface: Creates a surface that skins a network of curves.
  • Segment surface: Segments a surface on isocurves.
  • Compression Spring: Creates a compression spring.
  • Reflect Lines: Creates the reflect lines on a shape, according to a view direction.
  • MultiLoft: Lofts profile objects made of multiple faces in parallel.
  • BlendSurface: Creates a surface between two edges with some continuity with their support faces.
  • BlendSolid: Creates a solid between two edges with some continuity with their support shapes.
  • Flatten face: Creates a flat developed face from conical or cylindrical faces.
  • Rotation Sweep: Sweeps profiles along a spine (sweep path) or a point.
  • Surface Analysis: Creates visual analysis maps on selected shapes. This tool has a wrong icon and name in the GUI.
  • Draft Analysis: Creates a colored overlay on an object to visualize draft angles.
  • Truncated Extend: Cuts a shape and truncates or extends it by a given distance.
  • WaterLine: Creates waterline curves on selected faces.

Miscellaneous tools

  • GeomInfo: Toggles the display of information about selected shapes.
  • Extract subshape: Creates non-parametric copies of selected sub shapes.
  • Parametric solid: Creates a parametric solid from selected faces.
  • Paste SVG: Pastes the SVG content of the clipboard.
  • Objects to console: Moves objects to the console.
  • Select Adjacent faces: Selects the adjacent faces of the selected subshape.
  • BSpline to Console: Creates a Python script to build the selected B-spline or Bézier geometries.


Questa pagina è recuperata da https://wiki.freecad.org/Curves_Workbench

Tieniti aggiornato!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

Questo progetto è supportato da: , KiCad Services Corp. e altri sponsor

GitHubMigliora questa pagina su GitHub