PartDesign CoordinateSystem/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 1: Line 1:
<languages/>
<languages/>

<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[PartDesign_Plane/ru|Создать опорную плоскость]]
|[[PartDesign_Plane/ru|Создать опорную плоскость]]
Line 8: Line 10:
|IconC=Workbench_PartDesign.svg
|IconC=Workbench_PartDesign.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 20: Line 23:
</div>
</div>


<span id="Description"></span>
==Описание==
==Описание==


Line 26: Line 30:
{{Caption|Local coordinate system originating out of a datum plane's origin.}}
{{Caption|Local coordinate system originating out of a datum plane's origin.}}


<span id="Usage"></span>
==Применение==
==Применение==


Line 36: Line 41:
# Press {{Button|OK}}.
# Press {{Button|OK}}.


<span id="Options"></span>
==Опции==
==Опции==


Double-click the '''Local_CS''' label in the Model tree or right-click and select '''Edit datum''' in the contextual menu to edit its parameters. For more details about Attachment mode and Attachment offset, see [[Part_EditAttachment|Attachment]].
Double-click the '''Local_CS''' label in the Model tree or right-click and select '''Edit datum''' in the contextual menu to edit its parameters. For more details about Attachment mode and Attachment offset, see [[Part_EditAttachment|Attachment]].


<span id="Properties"></span>
==Свойства==
==Свойства==


<span id="Data"></span>
===Данные===
===Данные===


Line 50: Line 58:
* {{PropertyData|Label}}: name given to the object, this name can be changed at convenience.
* {{PropertyData|Label}}: name given to the object, this name can be changed at convenience.


<span id="Scripting"></span>
==Программирование==
==Программирование==


Line 57: Line 66:




<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[PartDesign_Plane/ru|Создать опорную плоскость]]
|[[PartDesign_Plane/ru|Создать опорную плоскость]]
Line 65: Line 75:
|IconC=Workbench_PartDesign.svg
|IconC=Workbench_PartDesign.svg
}}
}}
</div>


{{PartDesign Tools navi{{#translation:}}}}
{{PartDesign Tools navi{{#translation:}}}}

Latest revision as of 22:28, 29 May 2024

Создать локальную систему координат

Системное название
PartDesign_CoordinateSystem
Расположение в меню
PartDesign → Создать локальную систему координат
Верстаки
PartDesign
Быстрые клавиши
Нет
Представлено в версии
0.18
См. также
Создать опорную точку, Создать опорную линию, Создать опорную плоскость

Описание

Creates a local coordinate system which can be used as reference for other datum geometry. It also helps identify the orientation of the referenced datum geometry in 3D space.

Local coordinate system originating out of a datum plane's origin.

Применение

  1. Press the Create a local coordinate system button.
  2. Define Coordinate System parameters. Select a first reference in the 3D view to filter the available attachment modes.
  3. Depending on the selected reference, there may be one or more attachment modes available in the the list. The most likely one will automatically be selected and shown in bold in the list. The text Attached with mode along with the attachment mode name will appear in green at the top of the Parameters panel.
  4. To add an additional reference, press the next Reference button. Once pressed its label changes to Selecting... until a selection is made.
  5. Select an attachment mode in the list.
  6. Define Attachment Offset values.
  7. Press OK.

Опции

Double-click the Local_CS label in the Model tree or right-click and select Edit datum in the contextual menu to edit its parameters. For more details about Attachment mode and Attachment offset, see Attachment.

Свойства

Данные

  • ДанныеMapMode: lists the attachment mode used.
  • ДанныеAttachment Reversed: indicates if the coordinate system is reversed in orientation.
  • ДанныеAttachment Offset: applies a transformation (translation and rotation) in reference to the attachment placement.
  • ДанныеPlacement: indicates the coordinates and alignment of the coordinates system´s origin .
  • ДанныеLabel: name given to the object, this name can be changed at convenience.

Программирование

lcs = App.activeDocument().addObject( 'PartDesign::CoordinateSystem', 'LCS' )