SceneContributor ================ .. py:class:: ansys.stk.core.stkrfchannelmodeler.SceneContributor A scene contributor object. .. py:currentmodule:: SceneContributor Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.SceneContributor.stk_object_path` - Get or set the scene contributor path. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.SceneContributor.material` - Get or set the scene contributor material. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.SceneContributor.central_body_name` - Get the tileset central body name. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.SceneContributor.focused_ray_density` - Get or set the target focused ray density. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import SceneContributor Property detail --------------- .. py:property:: stk_object_path :canonical: ansys.stk.core.stkrfchannelmodeler.SceneContributor.stk_object_path :type: str Get or set the scene contributor path. .. py:property:: material :canonical: ansys.stk.core.stkrfchannelmodeler.SceneContributor.material :type: str Get or set the scene contributor material. .. py:property:: central_body_name :canonical: ansys.stk.core.stkrfchannelmodeler.SceneContributor.central_body_name :type: str Get the tileset central body name. .. py:property:: focused_ray_density :canonical: ansys.stk.core.stkrfchannelmodeler.SceneContributor.focused_ray_density :type: float Get or set the target focused ray density.