SHAPER  9.12.0
GeomAPI_IScreenParams Class Referenceabstract

A class which defines an interface of object which has to be provided with current screen parameters. More...

Inheritance diagram for GeomAPI_IScreenParams:
Inheritance graph

Public Member Functions

virtual void setScreenPlane (GeomPlanePtr theScreenPlane)=0
 Set plane of active view screen. More...
 
virtual void setViewScale (double theScale)=0
 Set a scale of active view. More...
 

Detailed Description

A class which defines an interface of object which has to be provided with current screen parameters.

Member Function Documentation

◆ setScreenPlane()

virtual void GeomAPI_IScreenParams::setScreenPlane ( GeomPlanePtr  theScreenPlane)
pure virtual

Set plane of active view screen.

Parameters
theScreenPlane- the screen plane

Implemented in FeaturesPlugin_Measurement.

◆ setViewScale()

virtual void GeomAPI_IScreenParams::setViewScale ( double  theScale)
pure virtual

Set a scale of active view.

Parameters
theScalea view scale

Implemented in FeaturesPlugin_Measurement.