8#include "RshPluginScript/RshPluginScriptDefines.h"
9#include "RshPluginScript/SClass/SComp.h"
12namespace rsh::ScriptBinding
37 Update(Boolean SaveComponentsVisibility
51 :
public SObjectStatic
66 Boolean SaveComponentsVisibility
79 static Array
FromName( String Name) {
return SComp::GetFromName<SViewSet>(Name); }
99 return SComp::GetAll<SViewSet>(VisCrit);
106Q_DECLARE_METATYPE(SViewSet::_SViewSetDummy);
The SComp class is an abstract class. Use derived classes SCircle, SCylinder, SCloud,...
Definition: SComp.h:32
ViewSet manipulation class. The SViewSet class will save position of the camera and visibility of the...
Definition: SViewSet.h:25
static SViewSet New(Boolean SaveComponentsVisibility)
Default constructor to create a SViewSet with current position.
static String toString()
Get the type of the variable.
static Array All(Number VisCrit)
To get all the SComp in the document.
Definition: SViewSet.h:91
Update(Boolean SaveComponentsVisibility)
Update the SViewSet with the current position of the camera.
static Array FromName(String Name)
Search all the component with the given name.
Definition: SViewSet.h:79
static Array FromSel()
To get all the selected SComp.
static SViewSet New(SViewSet Other)
Constructs an SViewSet by copying Other.
String toString()
Get the type of the variable.