VehicleHPOPDragModelPlugin ========================== .. py:class:: ansys.stk.core.stkobjects.VehicleHPOPDragModelPlugin Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleHPOPDragModel` Plugin Drag Model. .. py:currentmodule:: VehicleHPOPDragModelPlugin Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleHPOPDragModelPlugin.plugin_name` - Get or set the complete name of the plugin. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleHPOPDragModelPlugin.plugin_settings` - Get the parameters of the selected plugin. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleHPOPDragModelPlugin.available_plugins` - Get the list of all the available plugins. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleHPOPDragModelPlugin Property detail --------------- .. py:property:: plugin_name :canonical: ansys.stk.core.stkobjects.VehicleHPOPDragModelPlugin.plugin_name :type: str Get or set the complete name of the plugin. .. py:property:: plugin_settings :canonical: ansys.stk.core.stkobjects.VehicleHPOPDragModelPlugin.plugin_settings :type: VehicleHPOPDragModelPluginSettings Get the parameters of the selected plugin. .. py:property:: available_plugins :canonical: ansys.stk.core.stkobjects.VehicleHPOPDragModelPlugin.available_plugins :type: list Get the list of all the available plugins.