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
Line 1: Line 1:
* Creează un obiect spațial 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țial sau o listă de obiecte de selecție returnate de FreeCADGui.Selection.getSelectionEx () sau o listă de obiecte (obiect, subobiect).
* Returnează obiectul nou creat.
* Returns the newly created space object.

Revision as of 10:04, 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țial din obiectele date.
  • Obiectele pot fi un obiect tip document, caz în care devine forma de bază a obiectului spațial sau o listă de obiecte de selecție returnate de FreeCADGui.Selection.getSelectionEx () sau o listă de obiecte (obiect, subobiect).
  • Returnează obiectul nou creat.