Part Box/sv: Difference between revisions

From FreeCAD Documentation
(Created page with "Skapar en simpel parametrisk låda, med parametrarna position, höjd, längd och bredd. Lådan kommer att placeras i origo (punkt 0,0,0) när den skapas.")
(Updating to match new version of source page)
Line 3: Line 3:
Skapar en simpel parametrisk låda, med parametrarna position, höjd, längd och bredd. Lådan kommer att placeras i origo (punkt 0,0,0) när den skapas.
Skapar en simpel parametrisk låda, med parametrarna position, höjd, längd och bredd. Lådan kommer att placeras i origo (punkt 0,0,0) när den skapas.


== Parameters ==
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 parametric rectangular cuboid is defined by the parameters
*length,
*width,
*height,
*as well as the standard set of Placement Parameters.


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 properties can later be edited in the data tab for the box:


The height is the distance in the z-axis.


The length is the distance in the x-axis.
*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.


The width is the distance in the y-axis.


[[File:box.png|650px|a box created with the Box tool]]
[[File:box.png|650px|a box created with the Box tool]]

==FreeCAD - Version==

*{{Version|0.14}}

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".



{{clear}}
{{clear}}

Revision as of 19:42, 21 May 2014

Part_Box

Menyplacering
Ingen
Arbetsbänkar
Del,Komplett
Standard genväg
Ingen
Introducerad i version
-
Se även
Ingen

Skapar en simpel parametrisk låda, med parametrarna position, höjd, längd och bredd. Lådan kommer att placeras i origo (punkt 0,0,0) när den skapas.

Parameters

The parametric rectangular cuboid is defined by the parameters

  • length,
  • width,
  • height,
  • as well as the standard set of Placement Parameters.

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".