IComponentInfo#
- class ansys.stk.core.stkobjects.IComponentInfo#
Interface for a component.
Overview#
Export the component with default component name as file name and component type as file extension to the scenario directory. |
|
Export the component with specified file name and location. |
|
Return true if the component is read-only. |
Get the description for this component. |
|
Get or set the component name. |
|
Get or set the user comment for this component. |
Import detail#
from ansys.stk.core.stkobjects import IComponentInfo
Property detail#
Method detail#
- IComponentInfo.export(self) None #
Export the component with default component name as file name and component type as file extension to the scenario directory.
- Returns: