
###################################
HoopsSettingsGraphicsSectionElement
###################################

.. js:class:: wvc.HoopsSettingsGraphicsSectionElement

   Renders the graphics settings section for viewer rendering and selection options.
   
   .. rubric:: Examples
   
   
   .. code-block:: html
   
      <hoops-settings-graphics-section></hoops-settings-graphics-section>
   
   .. rubric:: Custom Element
   
   
   ``hoops-settings-graphics-section``
   
   .. rubric:: Attributes
   
   
   **minimumFramerate**
   
   
      Minimum framerate target used by render options
   
   
   **eyeDomeLightingEnabled**
   
   
      Indicates whether eye dome lighting is enabled
   
   
   .. rubric:: Services
   
   
   **CameraService**
   
   
      Camera projection and navigation configuration service
   
   
   **CuttingService**
   
   
      Cutting and capping configuration service
   
   
   **RenderOptionsService**
   
   
      Rendering quality and effects service
   
   
   **SelectionService**
   
   
      Selection display and behavior service
   
   
   **MeasurementService**
   
   
      Measurement style configuration service
   
   
   **PmiService**
   
   
      PMI style configuration service
   
   
   **SheetService**
   
   
      Sheet appearance configuration service
   
   
   .. rubric:: Since
   
   
   ``2025.7.0``
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.HoopsSettingsGraphicsSectionElement.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.HoopsSettingsGraphicsSectionElement.eyeDomeLightingEnabled`
   * :js:data:`~wvc.HoopsSettingsGraphicsSectionElement.minimumFramerate`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: wvc.HoopsSettingsGraphicsSectionElement.constructor

      .. rst-class:: sig-pretty-signature
      
         | HoopsSettingsGraphicsSectionElement(): :js:class:`HoopsSettingsGraphicsSectionElement <wvc.HoopsSettingsGraphicsSectionElement>`
      
      **Returns**\ : :js:class:`HoopsSettingsGraphicsSectionElement <wvc.HoopsSettingsGraphicsSectionElement>`
      



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wvc.HoopsSettingsGraphicsSectionElement.eyeDomeLightingEnabled

      .. rst-class:: sig-pretty-signature
      
         | eyeDomeLightingEnabled: *boolean*
      



.. js:data:: wvc.HoopsSettingsGraphicsSectionElement.minimumFramerate

      .. rst-class:: sig-pretty-signature
      
         | minimumFramerate: *number*
      




