Część: Płaszczyzna

From FreeCAD Documentation
Revision as of 20:03, 25 January 2022 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Ta dokumentacja nie jest ukończona. Prosimy o pomoc w tworzeniu dokumentacji.

Strona Model polecenia GUI wyjaśnia jak powinny być dokumentowane polecenia. Przejrzyj stronę Category:UnfinishedDocu, aby zobaczyć więcej niekompletnych stron, takich jak ta. Zobacz stronę Category:Command Reference aby poznać wszystkie komendy.

Zobacz stronę wytycznych Wikidla FreeCAD aby dowiedzieć się, jak edytować strony Wiki, i przejdź do strony Pomóż w rozwoju FreeCAD, aby dowiedzieć się o innych sposobach, w jakie możesz wnieść swój wkład.

Part Plane

Menu location
Part → Create primitives → Plane
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Part Primitives

Description

Create a simple parametric plane 10 x 10 mm, with the parameters of position, length, and width. By default, the plane is positioned at the origin (0,0,0).

Usage

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 of the object can be edited, either in the Property editor or by double-clicking the object in the Tree view.

Properties

Data

Base

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

Plane

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

View

You have the standard properties view.