Part Ebene

From FreeCAD Documentation
Revision as of 15:03, 6 January 2019 by Le Loup (talk | contribs) (Created page with "==Beschreibung== Erstellt eine einfache parametrische Ebene 10 x 10 mm mit den Parametern für Position, Länge und Breite. Als Vorgabe wird die Ebene am Ursprung (0,0,0) plat...")

Part Grundkörper erstellen

Menüeintrag
FormteilGrundkörper erstellen... → Ebene
Arbeitsbereich
Part, OpenSCAD
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Grundkörper erstellen...

Beschreibung

Erstellt eine einfache parametrische Ebene 10 x 10 mm mit den Parametern für Position, Länge und Breite. Als Vorgabe wird die Ebene am Ursprung (0,0,0) platziert.

How to use

The standard plane is created with its lower left corner at the origin point 0,0,0. To change these parameters, open the Location section and enter the desired values ​​in the respective input fields, or click on the 3D view and select a point, the point coordinates are taken from the fields. In the Direction menu you can also define a standard vector (X, Y or Z) normal to the plane, or click User Defined ... to open the dialog box that allows you to set a different carrier (eg direction 1.0 , -1 creates a plane inclined 45 ° with respect to X and Z).

The properties can be changed later in the Combined View → Data, after selecting the item.

Option

View

You have the standard properties view.

Data

Template:KEY/it - Object placement data

  • DatenLabel : String name of the object, defaults to 'Plane'. User may rename it.
  • DatenPlacement: Placement of feature is defined by below angle, axis and position.
  • DatenAngle : Angle of rotation relative to the below axis.
  • DatenAxis : Defines the axis of rotation plane: X, Y, or Z. Defaults to Z axis, Z = 1
  • DatenPosition : Position X, Y, Z, relative to the origin 0, 0, 0.

Template:KEY/it - Plane Specific Parameters

  • DatenLength : Length is the dimension along the X axis The default value is 10 mm
  • DatenWidth : Width is the size of the Y-axis The default value is 10 mm