20#ifndef GeomAPI_IScreenParams_H_
21#define GeomAPI_IScreenParams_H_
23#include "GeomAPI_Pln.h"
47typedef std::shared_ptr<GeomAPI_IScreenParams> GeomScreenParamsPtr;
A class which defines an interface of object which has to be provided with current screen parameters.
Definition: GeomAPI_IScreenParams.h:30
virtual void setViewScale(double theScale)=0
Set a scale of active view.
virtual void setScreenPlane(GeomPlanePtr theScreenPlane)=0
Set plane of active view screen.