Translations:Arch Space/16/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "* Creates a space object from the given objects. * Objects can be one document object, in which case it becomes the base shape of the space object, or a list of selection obj...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
* Creează un obiect Spațiu din obiectele date.
* Creates a space object from the given objects.
* Objects can be one document object, in which case it becomes the base shape of the space object, or a list of selection objects as returned by FreeCADGui.Selection.getSelectionEx(), or a list of tuples (object, subobjectname).
* Obiectele pot fi un obiect tip document, caz în care devine forma de bază a obiectului Spațiu sau o listă de obiecte selecate și returnate de comanda FreeCADGui.Selection.getSelectionEx () sau o listă de tuple (obiect, subobiectnume).
* Returnează un obiect Sapțiu nou creat.
* Returns the newly created space object.

Latest revision as of 10:07, 4 December 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Arch Space)
* Creates a {{incode|Space}} object from the given {{incode|objects}} or {{incode|baseobj}}, which can be
** one document object, in which case it becomes the base shape of the Space object, or
** a list of selection objects as returned by {{incode|FreeCADGui.Selection.getSelectionEx()}}, or
** a list of tuples {{incode|(object, subobjectname)}}
  • Creează un obiect Spațiu din obiectele date.
  • Obiectele pot fi un obiect tip document, caz în care devine forma de bază a obiectului Spațiu sau o listă de obiecte selecate și returnate de comanda FreeCADGui.Selection.getSelectionEx () sau o listă de tuple (obiect, subobiectnume).
  • Returnează un obiect Sapțiu nou creat.