ICloneable# class ansys.stk.core.stkobjects.ICloneable# Interface for a component. Overview# Methods clone_object Make a clone of this component. Import detail# from ansys.stk.core.stkobjects import ICloneable Method detail# ICloneable.clone_object(self) → Any# Make a clone of this component. Returns: Any