index_of_refraction property
index_of_refraction property
Gets or sets the index of refraction. Declares the index of refraction for perfectly refracted light as a single scalar index.
Definition:
@property
def index_of_refraction(self):
...
@index_of_refraction.setter
def index_of_refraction(self, value):
...