FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: 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!

Std Base icon Std Base

Introduction

Std Base is not really a workbench, but rather a category of \'standard\' commands and tools that can be used in all workbenches.

Tools

Most Std Base tools can be accessed from the standard menu. Those that are only available via a toolbar or a context menu are listed under Structure toolbar and Additional tools below.

Standard menu

The standard menu is composed of 7 sub-menus. Each sub-menu has a dedicated page. Just click on any of the names below.

{{StdMenu | File     Edit     View     Tools     Macro     Windows     Help }}

Structure toolbar

  • [Create part](wiki-test2.php?gitpage=Std_Part): Creates a new part and makes it active.
  • Create datums:
  • [Create coordinate system](wiki-test2.php?gitpage=Part_CoordinateSystem): Creates a coordinate system object that can be attached to other objects. (v1.1)
  • [Create datum plane](wiki-test2.php?gitpage=Part_DatumPlane): Creates a datum plane object that can be attached to other objects. (v1.1)
  • [Create datum line](wiki-test2.php?gitpage=Part_DatumLine): Creates a datum line object that can be attached to other objects. (v1.1)
  • [Create datum point](wiki-test2.php?gitpage=Part_DatumPoint): Creates a datum point object that can be attached to other objects. (v1.1)
  • [Create group](wiki-test2.php?gitpage=Std_Group): Creates a new group.
  • Link tools:
  • [Make link](wiki-test2.php?gitpage=Std_LinkMake): Creates a link.
  • [Make sub-link](wiki-test2.php?gitpage=Std_LinkMakeRelative): Creates a sub-object or sub-element link.
  • [Replace with link](wiki-test2.php?gitpage=Std_LinkReplace): Replaces object(s) with new link(s).
  • [Unlink](wiki-test2.php?gitpage=Std_LinkUnlink): Replaces link(s) with their linked object(s).
  • [Import link](wiki-test2.php?gitpage=Std_LinkImport): Imports selected external link(s).
  • [Import all links](wiki-test2.php?gitpage=Std_LinkImportAll): Imports all external link(s).
  • [Create a variable set](wiki-test2.php?gitpage=Std_VarSet): Creates a set of properties that can be used as variables in [expressions](wiki-test2.php?gitpage=Expressions). (v1.0)

Additional tools

  • [Make link group](wiki-test2.php?gitpage=Std_LinkMakeGroup): Creates a group of links.
  • Expression actions:

  • Copy selected: Copies expression data from selected objects to the Clipboard.

  • Copy active document: Copies expression data from the active document to the Clipboard.

  • Copy all documents: Copies expression data from all documents to the Clipboard.

  • Paste: Pastes expression data from the Clipboard.

  • [Selection filter](wiki-test2.php?gitpage=Part_SelectFilter): (v1.0)
  • [Vertex selection](wiki-test2.php?gitpage=Part_SelectFilter#Vertex_selection): Only allows the selection of vertices.
  • [Edge selection](wiki-test2.php?gitpage=Part_SelectFilter#Edge_selection): Only allows the selection of edges.
  • [Face selection](wiki-test2.php?gitpage=Part_SelectFilter#Face_selection): Only allows the selection of faces.
  • [All selection filters cleared](wiki-test2.php?gitpage=Part_SelectFilter#All_selection_filters_cleared): Allows the selection of all subelements.
  • [Select all instances](wiki-test2.php?gitpage=Std_TreeSelectAllInstances): Selects all instances of an object in the [Tree view](wiki-test2.php?gitpage=Tree_view).
  • [Toggle freeze](wiki-test2.php?gitpage=Std_ToggleFreeze): Toggles the freeze state of objects. (v1.0)

Obsolete tools

  • [Clear measurement](wiki-test2.php?gitpage=View_Measure_Clear_All): Clears [Part](wiki-test2.php?gitpage=Part_Workbench) measurements. Not available in (v1.0) . Use [Std Measure](wiki-test2.php?gitpage=Std_Measure) instead.
  • [Toggle measurement](wiki-test2.php?gitpage=View_Measure_Toggle_All): Toggles the display of Part measurements. Not available in (v1.0) . Use [Std Measure](wiki-test2.php?gitpage=Std_Measure) instead.
  • [Measure distance](wiki-test2.php?gitpage=Std_MeasureDistance): Creates an object to measure and display a distance. Not available in (v1.0) . Use [Std Measure](wiki-test2.php?gitpage=Std_Measure) instead.

⏵ documentation index > Workbenches > Std Base

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/Std_Base.md

Get in touch!
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.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub