=========== Application =========== .. py:currentmodule:: p3dsdk .. py:class:: Application .. py:method:: shaper :property: The shaper stage. :type: ApplicationStage, read-only .. py:method:: matter :property: The matter stage. :type: ApplicationStage, read-only .. py:method:: language :property: The language of the application. :type: str, read-only .. py:method:: edition :property: The edition of the application. :type: str, read-only .. py:method:: version :property: The version of the application. :type: str, read-only .. py:method:: clean_workspace(force = False) Empty app workspace by removing spacer and hiding Toolbars .. note:: By default, the workspace wait for `update` method call to be executed, use :py:obj:`force` to force the update of the app's workspace. :param force: Force the update of the app workspace. :type force: bool .. py:method:: update() Update the application user interface.