transparency#

property Object3d.transparency: float#

Part transparency as a value between 0.0 and 1.0.

If the value is outside the range, then apply a limit. If the value is not a valid number, set to 0.0.

References

>>> oEditor.GetPropertyValue
>>> oEditor.ChangeProperty

Examples

>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d
>>> obj = Object3d()
>>> obj.transparency