Translations:Viewprovider/8/en

From FreeCAD Documentation
Revision as of 06:51, 30 May 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The normal workflow is to first add the object proxy class, for example, CustomObject, and then the viewprovider, for example, ViewProviderCustom. The viewprovider can only be assigned when we have verified that the graphical interface is available, as otherwise the ViewObject attribute doesn't exist, and it will be an error to use this element as input for our class.