Difference between revisions of "ViewObject API/fr"
Jump to navigation
Jump to search
Renatorivo (talk | contribs) (Created page with "ViewObject API") |
Renatorivo (talk | contribs) (Created page with "Category:API/fr") |
||
Line 30: | Line 30: | ||
{{APIFunction|update| |Updates the view representation of the object| }} | {{APIFunction|update| |Updates the view representation of the object| }} | ||
− | [[Category:API]] | + | [[Category:API/fr]] |
{{clear}} | {{clear}} | ||
<languages/> | <languages/> |
Revision as of 19:55, 16 November 2014
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