Model.transparencyvalue#

Model.transparencyvalue(value)#

Sets the level of transparency for the shaded surface in components that are set to be transparent.

Parameters:

value (int) – A value from 0 to 10, 0 being the most transparent and 10 being opaque.

Example#

Set the transparency level to completely transparent#
import hm
import hm.entities as ent

model = hm.Model()

model.transparencyvalue(value=0)