Projekt Części: Lokalny układ współrzędnych

From FreeCAD Documentation
Revision as of 12:06, 5 June 2023 by Kaktus (talk | contribs) (Created page with "Tworzy '''lokalny układ współrzędnych''', który może być użyty jako odniesienie dla innej geometrii układu odniesienia. Pomaga również zidentyfikować orientację geometrii odniesienia w przestrzeni 3D.")

Projekt Części: Utwórz lokalny układ współrzędnych.

Lokalizacja w menu
Projekt Części → Utwórz lokalny układ współrzędnych
Środowisko pracy
Projekt Części
Domyślny skrót
brak
Wprowadzono w wersji
0.18
Zobacz także
Punkt odniesienia, Linia odniesienia, Płaszczyzna odniesienia

Opis

Tworzy lokalny układ współrzędnych, który może być użyty jako odniesienie dla innej geometrii układu odniesienia. Pomaga również zidentyfikować orientację geometrii odniesienia w przestrzeni 3D.

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

Usage

  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.

Options

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.

Properties

Data

  • DANEMapMode: lists the attachment mode used.
  • DANEAttachment Reversed: indicates if the coordinate system is reversed in orientation.
  • DANEAttachment Offset: applies a transformation (translation and rotation) in reference to the attachment placement.
  • DANEPlacement: indicates the coordinates and alignment of the coordinates system´s origin .
  • DANELabel: name given to the object, this name can be changed at convenience.

Scripting

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