Difference between revisions of "ViewObject API/de"
Jump to navigation
Jump to search
Anwenderdokumentation
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 36: | Line 36: | ||
{{APIFunction|update| |Updates the view representation of the object| }} | {{APIFunction|update| |Updates the view representation of the object| }} | ||
− | [[Category:API | + | {{Userdocnavi{{#translation:}}}} |
− | + | [[Category:API{{#translation:}}]] | |
+ | [[Category:Poweruser Documentation{{#translation:}}]] | ||
{{clear}} | {{clear}} |
Revision as of 21:08, 27 February 2020
(November 2018) Diese Information kann unvollständig und veraltet sein. Für die letzte API siehe die (engl.) autogenerierte API-Dokumentation.
When the GUI is up, each object in the FreeCAD document has an associated ViewObject, that resides in the FreeCADGui document counterpart. A view object can be retrieved by two ways. Example:
myViewObj = FreeCAD.ActiveDocument.myObjectName.ViewObject
myViewObj = FreeCADGui.ActiveDocument.myObjectName
print myViewObj.IV
Description:
Returns: the documentation string of the property of this class.
Description:
Returns: the name of the group which the property belongs to in this class. The properties sorted in differnt named groups for convenience.
Description:
Returns: the type of a named property. This can be (Hidden,ReadOnly,Output) or any combination.
Description: Checks if this object is derived from the given object type
Returns: True if given type is a father
Description: Sets a transformation on the Inventor node
Returns: nothing

- Erste Schritte
- Installation: Herunterladen, Windows, Linux, Mac, Zusätzlicher Komponenten, Docker, AppImage, Ubuntu Snap
- Grundlagen: Über FreeCAD, Graphische Oberfläche, Mausbedienung, Auswahlmethoden, Objektname, Programmeinstellungen, Arbeitsbereiche, Dokumentstruktur, Objekteigenschaften, Hilf FreeCAD, Spende
- Hilfe: Tutorien, Video Tutorien
- Arbeitsbereiche: Std Base, Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Points, Raytracing, Reverse Engineering, Sketcher, Spreadsheet, Start, Surface, TechDraw, Test Framework, Web
- Veraltete Arbeitsbereiche: Complete, Drawing, Robot