Part Box/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Neue Version von externer Quelle importiert)
Line 1: Line 1:
{{GuiCommand|Name=Part Box|MenuLocation=Part -> Box||Workbenches=[[Part_Module|Part]], Complete|SeeAlso=[[Part_CreatePrimitives|Part CreatePrimitives]]}}
{{GuiCommand|Name=Part Box|MenuLocation=Part -> Box||Workbenches=[[Part_Module|Part]], Complete|SeeAlso=[[Part_CreatePrimitives|Part CreatePrimitives]]}}


== Description ==
Creates a simple parametric box, with position, height, length and width parameters.
A parametric [http://en.wikipedia.org/wiki/Cuboid#Rectangular_cuboid Rectangular cuboid] primitive is available in the Part workbench from the Part tool bar, Part menu (primitives sub-menu) and the Create Primitives dialogue. Beginning in FreeCAD version 0.14, a Part Box is referred to in the GUI elements as a Cube and the default label is "Cube".


The default is for a cube of 10mm x 10mm x 10mm to be positioned at the global origin (point 0,0,0) on creation.
The default is for a cube of 10mm x 10mm x 10mm to be positioned at the global origin (point 0,0,0) on creation.

Revision as of 19:43, 21 May 2014

Part Box

Menu location
Part -> Box
Workbenches
Part, Complete
Default shortcut
None
Introduced in version
-
See also
Part CreatePrimitives

Description

A parametric Rectangular cuboid primitive is available in the Part workbench from the Part tool bar, Part menu (primitives sub-menu) and the Create Primitives dialogue. Beginning in FreeCAD version 0.14, a Part Box is referred to in the GUI elements as a Cube and the default label is "Cube".

The default is for a cube of 10mm x 10mm x 10mm to be positioned at the global origin (point 0,0,0) on creation.

The default is a cube with parameter values for height, length and width being 10mm. The default placement values will locate the cuboid's local origin at the global origin (the location where all axis are 0) and the orientation such that


The length is the distance in the x-axis.

The width is the distance in the y-axis.

The height is the distance in the z-axis.


a box created with the Box tool

FreeCAD - Version

Beginning in FreeCAD version 0.14, a Part Box is referred to in the GUI elements as a Cube and the default label is "Cube".