Part Plane/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu|Needs Usage section with ordered list}}
{{UnfinishedDocu}} <!-- Note: Needs Usage section with ordered list. -->

{{Docnav
|[[Part_Primitives|Primitives]]
|[[Part_Ellipsoid|Ellipsoid]]
|[[Part_Workbench|Part]]
|IconL=Part_Primitives.svg
|IconR=Part_Ellipsoid.svg
|IconC=Workbench_Part.svg
}}

{{GuiCommand
{{GuiCommand
|Name=Part CreatePrimitives
|Name=Part Plane
|Workbenches=[[Part Module|Part]]|MenuLocation=[[Part_Module|Part]] → [[Part_CreatePrimitives|Create Primitives]] → Plane
|MenuLocation=Part → [[Part_Primitives|Create primitives]] → Plane
|Workbenches=[[Part_Workbench|Part]]
|SeeAlso=[[Part_CreatePrimitives|Create Primitives]]
|SeeAlso=[[Part_Primitives|Part Primitives]]
}}
}}


== Description ==
==Description==

Create a simple parametric plane 10 x 10 mm, with the parameters of position, length, and width.
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).
By default, the plane is positioned at the origin (0,0,0).


[[File:PartPlane.png|left]]
[[File:PartPlane.png]]
{{clear}}


== Usage ==
== 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 standard plane is created with its lower left corner at the origin point {{incode|0,0,0}}.
The properties can be changed later in the '''Combined View → Data''', after selecting the item.
To change these parameters, open the Location section and enter the desired values ​​in the respective input fields, or click on the [[3D_view|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|Property editor]] or by double-clicking the object in the [[Tree_view|Tree view]].

== Properties ==

=== Data ===

{{TitleProperty|Base}}


== Option ==
{|
| [[File:PartPlaneProperty.png]]
|
==== View ====
You have the standard properties view.
==== Data ====
{{KEY/it|Base}} - Object placement data <br />
* {{PropertyData|Label}} : String name of the object, defaults to 'Plane'. User may rename it.
* {{PropertyData|Label}} : String name of the object, defaults to 'Plane'. User may rename it.
* {{PropertyData|Placement}}: Placement of feature is defined by below angle, axis and position.
* {{PropertyData|Placement}}: Placement of feature is defined by below angle, axis and position.
Line 34: Line 44:
*{{PropertyData|Axis}} : Defines the axis of rotation plane: X, Y, or Z. Defaults to Z axis, Z = 1
*{{PropertyData|Axis}} : Defines the axis of rotation plane: X, Y, or Z. Defaults to Z axis, Z = 1
*{{PropertyData|Position}} : Position X, Y, Z, relative to the origin 0, 0, 0.
*{{PropertyData|Position}} : Position X, Y, Z, relative to the origin 0, 0, 0.

{{KEY/it|Plane}} - Plane Specific Parameters <br />
{{TitleProperty|Plane}}

* {{PropertyData|Length}} : Length is the dimension along the X axis The default value is 10 mm
* {{PropertyData|Length}} : Length is the dimension along the X axis The default value is 10 mm
* {{PropertyData|Width}} : Width is the size of the Y-axis The default value is 10 mm
* {{PropertyData|Width}} : Width is the size of the Y-axis The default value is 10 mm
|}


=== View ===
{{Part Tools navi}}


You have the standard properties view.
{{Userdocnavi}}


{{Docnav
|[[Part_Primitives|Primitives]]
|[[Part_Ellipsoid|Ellipsoid]]
|[[Part_Workbench|Part]]
|IconL=Part_Primitives.svg
|IconR=Part_Ellipsoid.svg
|IconC=Workbench_Part.svg
}}


{{Part Tools navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}

Revision as of 16:02, 6 November 2021

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.

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

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

Plane

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

View

You have the standard properties view.