ICloneable ========== .. py:class:: ansys.stk.core.stkobjects.ICloneable Interface for a component. .. py:currentmodule:: ICloneable Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ICloneable.clone_object` - Make a clone of this component. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ICloneable Method detail ------------- .. py:method:: clone_object(self) -> typing.Any :canonical: ansys.stk.core.stkobjects.ICloneable.clone_object Make a clone of this component. :Returns: :obj:`~typing.Any`