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

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... | |
A class which defines an interface of object which has to be provided with current screen parameters.
|
pure virtual |
Set plane of active view screen.
| theScreenPlane | - the screen plane |
Implemented in FeaturesPlugin_Measurement.
|
pure virtual |
Set a scale of active view.
| theScale | a view scale |
Implemented in FeaturesPlugin_Measurement.