ICloudsAndFogFadingLossModel ============================ .. py:class:: ansys.stk.core.stkobjects.ICloudsAndFogFadingLossModel Provide access to the properties and methods for Clouds and Fog loss models. .. py:currentmodule:: ICloudsAndFogFadingLossModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ICloudsAndFogFadingLossModel.name` - Get the Clouds and Fog loss model name. * - :py:attr:`~ansys.stk.core.stkobjects.ICloudsAndFogFadingLossModel.type` - Get the Clouds and Fog loss model type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ICloudsAndFogFadingLossModel Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.ICloudsAndFogFadingLossModel.name :type: str Get the Clouds and Fog loss model name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.ICloudsAndFogFadingLossModel.type :type: CloudsAndFogFadingLossModelType Get the Clouds and Fog loss model type enumeration.