Std New: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Marked this version for translation)
Line 14: Line 14:
Creates a new empty document. FreeCAD can also be configured to automatically create a new empty document on startup. This can be done by checking the appropriate setting in {{MenuCommand|Edit → Preferences → General → Document tab}}.
Creates a new empty document. FreeCAD can also be configured to automatically create a new empty document on startup. This can be done by checking the appropriate setting in {{MenuCommand|Edit → Preferences → General → Document tab}}.


==Usage==
==Usage== <!--T:4-->
# Invoke the command several ways:
# Invoke the command several ways:
#* Pressing the {{KEY|[[File:Std New.png|16px|Std New|link=Std New]] [[Std New|Std New]]}} button in the toolbar
#* Pressing the {{KEY|[[File:Std New.png|16px|Std New|link=Std New]] [[Std New|Std New]]}} button in the toolbar
Line 20: Line 20:
#* {{MenuCommand|[[Std_File_Menu|File]] → New}}
#* {{MenuCommand|[[Std_File_Menu|File]] → New}}


==Scripting==
==Scripting== <!--T:5-->


<!--T:3-->
<!--T:3-->
{{Std Base navi}}
{{Std Base navi}}


<!--T:6-->
{{Userdocnavi}}
{{Userdocnavi}}
</translate>
</translate>

Revision as of 20:17, 6 February 2020

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.

Std New

Menu location
File → New
Workbenches
All
Default shortcut
Ctrl+N
Introduced in version
-
See also
Std Open, Std Import

Description

Creates a new empty document. FreeCAD can also be configured to automatically create a new empty document on startup. This can be done by checking the appropriate setting in Edit → Preferences → General → Document tab.

Usage

  1. Invoke the command several ways:
    • Pressing the Std New Std New button in the toolbar
    • Using the Ctrl+N keyboard shortcut
    • File → New

Scripting