137 lines
14 KiB
HTML
137 lines
14 KiB
HTML
<html><head><title>Property editor/es</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Property editor/es</h1></div>
|
|
|
|
<div id="mw-content-text" lang="es" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
|
|
<ul>
|
|
<li class="toclevel-1 tocsection-1"><a href="#Overview"><span class="tocnumber">1</span> <span class="toctext">Overview</span></a></li>
|
|
<li class="toclevel-1 tocsection-2"><a href="#Property_definition"><span class="tocnumber">2</span> <span class="toctext">Property definition</span></a></li>
|
|
<li class="toclevel-1 tocsection-3"><a href="#Function"><span class="tocnumber">3</span> <span class="toctext">Function</span></a></li>
|
|
<li class="toclevel-1 tocsection-4"><a href="#Example_of_Part_object_properties"><span class="tocnumber">4</span> <span class="toctext">Example of Part object properties</span></a>
|
|
<ul>
|
|
<li class="toclevel-2"><a href="#Properties"><span class="tocnumber">4.1</span> <span class="toctext">Properties</span></a></li>
|
|
<li class="toclevel-2"><a href="#View"><span class="tocnumber">4.2</span> <span class="toctext">View</span></a></li>
|
|
<li class="toclevel-2"><a href="#Data"><span class="tocnumber">4.3</span> <span class="toctext">Data</span></a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h2><span class="mw-headline" id="Overview">Overview</span></h2>
|
|
<p>The Property Editor is one of the most important tools of FreeCAD and a main element while working with FreeCAD.
|
|
The Property Editor allows managing the properties of the objects in your document.
|
|
</p><p>Generally the Property Editor is intended to deal with just one object at one time. The values shown in the Property Editor belong to the active object of your active document (be careful of which document is really active if you work on multiple documents). If you did not select any element (or there are no elements), the Property Editor will be blank.
|
|
</p><p>Not all the properties can be modified in any moment. Depending on the specific status, some properties will be shown as read-only.
|
|
</p><p>The properties of an object are grouped in View properties and Data properties, and shown under different tabs.
|
|
</p><p>Different objects may have different properties. However, some properties are common among all objects, for instance the position and the rotation of an object are Data properties that can be manipulated.
|
|
</p>
|
|
<h2><span class="mw-headline" id="Property_definition">Property definition</span></h2>
|
|
<p>A <b>property</b> is a piece of information like a number or a text string that is attached to a FreeCAD document or an object in a document. Properties can be viewed and - if allowed - modified with the <a href="Property_editor.html" title="Property editor">Property editor</a>.
|
|
</p><p>Properties play a very important part in FreeCAD, since it is from the beginning made to work with parametric objects, which are objects defined only by their properties.
|
|
</p><p>Custom <a href="Scripted_objects.html" title="Scripted objects">scripted objects</a> in FreeCAD can have properties of the following types:
|
|
</p>
|
|
<pre>Boolean
|
|
Float
|
|
FloatList
|
|
FloatConstraint
|
|
Angle
|
|
Distance
|
|
Integer
|
|
IntegerConstraint
|
|
Percent
|
|
Enumeration
|
|
IntegerList
|
|
String
|
|
StringList
|
|
Link
|
|
LinkList
|
|
Matrix
|
|
Vector
|
|
VectorList
|
|
Placement
|
|
PlacementLink
|
|
Color
|
|
ColorList
|
|
Material
|
|
Path
|
|
File
|
|
FileIncluded
|
|
PartShape
|
|
FilletContour
|
|
Circle
|
|
</pre>
|
|
<p><br />
|
|
</p>
|
|
<h2><span class="mw-headline" id="Function">Function</span></h2>
|
|
<p>The Property Editor has two tabs: the View tab and the Data tab.
|
|
</p>
|
|
<ul><li> The View tab provides access to the properties related to the visual display of the object</li>
|
|
<li> The Data tab allows modification of the physical parameters of an object.</li></ul>
|
|
<h2><span class="mw-headline" id="Example_of_Part_object_properties">Example of Part object properties</span></h2>
|
|
<h3><span class="mw-headline" id="Properties">Properties</span></h3>
|
|
<p>There are two types of feature properties, accessible through tabs at the bottom of the Property editor:
|
|
</p>
|
|
<dl><dd> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>View</b> :properties related to the visual display of the object.</dd></dl>
|
|
<dl><dd> <span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Data</b> : properties related to the physical parameters of an object.</dd></dl>
|
|
<h3><span class="mw-headline" id="View">View</span></h3>
|
|
<div class="floatleft"><a href="https://www.freecadweb.org/wiki/index.php?title=File:PartDesign_Revolution_en_03.png" class="image"><img alt="PartDesign Revolution en 03.png" src="300px-PartDesign_Revolution_en_03.png" width="300" height="479" srcset="/wiki/images/9/92/PartDesign_Revolution_en_03.png 1.5x" /></a></div>
|
|
<p><span style="color: #ffffff; background-color: #a0a0a0; font-size: 132%; font-weight: bold; margin-bottom: .3em; page-break-after: avoid;">Base</span>
|
|
</p>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Bounding Box</b> : To view the occupation, and, overall, of the object dimensions in space. Value False, or True (Default, False).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Control Point</b> : Value False, or True (Default, False).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Deviation</b> : Sets the accuracy of the polygonal representation of the model in 3d view (tessellation). Lower values = better quality. The value is in percent of object's size (deviation in mm = (w+h+d)/3*valueInPercent/100, where w,h,d are sizes of bounding box).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Display Mode</b> :Display mode of the form, <b>Flat lines, Shaded, Wireframe, Points</b> <a href="https://www.freecadweb.org/wiki/index.php?title=File:Vue_DisplayModePartDesign_fr_00.png" class="image"><img alt="Vue DisplayModePartDesign fr 00.png" src="96px-Vue_DisplayModePartDesign_fr_00.png" width="96" height="46" srcset="/wiki/images/thumb/a/a1/Vue_DisplayModePartDesign_fr_00.png/144px-Vue_DisplayModePartDesign_fr_00.png 1.5x, /wiki/images/thumb/a/a1/Vue_DisplayModePartDesign_fr_00.png/192px-Vue_DisplayModePartDesign_fr_00.png 2x" /></a>. (Default, <b>Flat lines</b>).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Lighting</b> : Lighting <b>One side, Two side</b> <a href="https://www.freecadweb.org/wiki/index.php?title=File:Vue_Lighting_fr_00.png" class="image"><img alt="Vue Lighting fr 00.png" src="96px-Vue_Lighting_fr_00.png" width="96" height="26" srcset="/wiki/images/thumb/6/67/Vue_Lighting_fr_00.png/144px-Vue_Lighting_fr_00.png 1.5x, /wiki/images/thumb/6/67/Vue_Lighting_fr_00.png/192px-Vue_Lighting_fr_00.png 2x" /></a>. (Default, <b>Two side</b>).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Line Color</b> : Gives the color of the line (edges) (Default, <b>25, 25, 25</b>).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Line Width</b> : Gives the thickness of the line (edges) (Default, <b>2</b>).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Point Color</b> : Gives the color of the points (ends of the form) (Default, <b>25, 25, 25</b>).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Point Size</b> : Gives the size of the points (Default, <b>2</b>).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Selectable</b> : Allows the selection of the form. Value False, ou True (Default, True).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Shape Color</b> : Give the color shape (default, <b>204, 204, 204</b>).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Transparency</b> : Sets the degree of transparency in the form of <b>0</b> to <b>100</b> (Default, <b>0</b>).</li></ul>
|
|
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">VIEW</span><b>Visibility</b> : Determines the visibility of the form (like the bar <span style="background: #DDDDDD; border: 1px solid #888888; padding: 0px 5px 1px 5px;">SPACE</span>). Value False, or True (Default, True).</li></ul>
|
|
<div style="clear:both"></div>
|
|
<p><br />
|
|
</p><p><br />
|
|
</p>
|
|
<div style="clear:both"></div>
|
|
<p><br />
|
|
</p>
|
|
<h3><span class="mw-headline" id="Data">Data</span></h3>
|
|
<div class="floatleft"><a href="https://www.freecadweb.org/wiki/index.php?title=File:PartDesign_Revolution_en_04.png" class="image"><img alt="PartDesign Revolution en 04.png" src="300px-PartDesign_Revolution_en_04.png" width="300" height="514" srcset="/wiki/images/6/65/PartDesign_Revolution_en_04.png 1.5x" /></a></div>
|
|
<p><span style="color: #ffffff; background-color: #a0a0a0; font-size: 132%; font-weight: bold; margin-bottom: .3em; page-break-after: avoid;">Base</span>
|
|
<span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Angle</b> : The argument <b>Angle</b>, indicates the angle that will be used with the option <b>Axis</b> (below). Here, an angle is defined. The angle on the axis is set with the option <b>Axis</b>.<br />The object takes the specified angle around the specified axis.<br />An example, if you create an object with a required revolution should be rotate functionality of a certain amount, in order to enable it to take the same angle that another element existing.
|
|
</p><p><span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Axis</b> : This option specifies the axis/axes to rotate the created object. The exact value of rotation comes from the angle (see above) option.<br />This option takes three arguments, these arguments, are transmitted in the form of numbers, <b>x, y</b> or <b>z</b>. Adding a value, more of an axis, will the rotation to each specified axis angle.<br />For example, with a <b>Angle of 15 °</b> : specifying, <b>1.0 for x</b> and <b>2.0 for y</b>, will rotate <b>15 ° and 30 °</b> in the y-axis and the x-axis (final position),
|
|
</p><p><span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Base</b> : This option specifies the offset in either axes <b>x, y, or z</b>, and accept any number as the argument for each field.
|
|
</p><p><span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Label</b> : The Label is the name given to the operation, this name can be changed at convenience.
|
|
</p><p><span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Placement</b> : <b>[(0.00 0.00 1.00);0.00;(0.00 0.00 0.00)]</b> Summary below data.
|
|
Every feature has a placement that can be controlled through the Data Properties table. It controls the placement of the part with respect to the coordinate system. NOTE: The placement options do not affect the physical dimensions of the feature, but merely its position in space!<br />If you select the title <b>Placement</b> <a href="https://www.freecadweb.org/wiki/index.php?title=File:Tache_Placement_01_fr_00.png" class="image" title="Options Placement"><img alt="Options Placement" src="256px-Tache_Placement_01_fr_00.png" width="256" height="15" srcset="/wiki/images/thumb/8/80/Tache_Placement_01_fr_00.png/384px-Tache_Placement_01_fr_00.png 1.5x, /wiki/images/8/80/Tache_Placement_01_fr_00.png 2x" /></a>, a button with <span style="background: #DDDDDD; border: 1px solid #888888; padding: 0px 5px 1px 5px;">three small points</span> appears, clicking this button <span style="background: #DDDDDD; border: 1px solid #888888; padding: 0px 5px 1px 5px;"> <b>...</b></span>, you have access to the options window<b> <a href="Tasks_Placement.html" title="Tasks Placement">Tasks_Placement</a></b>.
|
|
</p><p><span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Angle</b> :
|
|
The Angle argument specifies the angle to be used with the <a href="#Axis">axis</a> option (below). An angle is set here, and the axis that the angle acts upon is set with the axis option.
|
|
The feature is rotated by the specified angle, about the specified axis.
|
|
A usage example might be if you created a revolution feature as required, but then needed to rotate the whole feature by some amount, in order to allow it to line-up with another pre-existing feature.
|
|
</p><p><span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Axis</b> :
|
|
This option specifies the axis/axes about which the created feature is to be rotated. The exact value of rotation comes from the angle option (above).
|
|
This option takes three arguments, which are passed as numbers to either the x, y, or z boxes in the tool. Adding a value to more than one of the axes will cause the part to be rotated by the angle in each axis.
|
|
For example, with an angle of 15° set, specifying a value of 1.0 for x, and 2.0 for y will cause the finished part to be rotated 15° in the x-axis AND 30° in the y-axis.
|
|
</p><p><span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Position</b> :
|
|
This option specifies the base point to which all dimensions refer. This option takes three arguments, which are passed as numbers to either the x, y, or z boxes in the tool. Adding a value to more than one of the boxes will cause the part to be translated by the number of units along the corresponding axis.
|
|
</p>
|
|
<div style="clear:both"></div>
|
|
<p><b>PS: The displayed properties can vary, depending on the tool used.</b>
|
|
</p><p><br />
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div><div class="printfooter">
|
|
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Property_editor/es&oldid=92864">http://www.freecadweb.org/wiki/index.php?title=Property_editor/es&oldid=92864</a>"</div>
|
|
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
<div id="mw-navigation">
|
|
<h2>Navigation menu</h2>
|
|
|
|
</body></html> |