This control displays a graph, showing the current reflectivity change between the direct-viewed and edge-on viewed parts of an object.
There are four handles that the user can drag to update these values. When the values change, an event is produced.
Public Member Functions |
|
__init__ () | |
DoGetBestSize () | |
SetFresnel () | |
Change the fresnel values being displayed
here. |
|
GetFresnel () | |
Enable () | |
Set the enabled state of this control (bool)
|
|
Disable () | |
Same as Enable( False ) |
|
Public Attributes |
|
int | kWaiting = 0 |
int | kMovingBias = 1 |
int | kMovingScale = 2 |
int | kMovingMax = 3 |
int | kLeftMargin = 33 |
int | kBottomMargin = 25 |
int | kRightMargin = 30 |
int | kTopMargin = 20 |
float | kPiOver2 = 2.0 |
FresnelControl.FresnelControl.__init__ | ( | ) |
FresnelControl.FresnelControl.DoGetBestSize | ( | ) |
FresnelControl.FresnelControl.SetFresnel | ( | ) |
Change the fresnel values being displayed here.
FresnelControl.FresnelControl.GetFresnel | ( | ) |
FresnelControl.FresnelControl.Enable | ( | ) |
Set the enabled state of this control (bool)
FresnelControl.FresnelControl.Disable | ( | ) |
Same as Enable( False )
float FresnelControl.FresnelControl.kPiOver2 = 2.0 |