IExtension#

class ansys.mechanical.stubs.v261.Ansys.ACT.Interfaces.Common.IExtension#

Bases: object

Defines an extension.

Overview#

Attributes

Gets the attributes of the extension.

InstallDir

Gets the folder where the extension is installed.

MinorVersion

Gets the minor version of the extension.

Name

Gets the name of the extension.

ScriptEngine

Gets the IronPython script engine.

ScriptScope

Gets the IronPython scope.

UniqueId

Gets the unique identifier of the extension.

Version

Gets the version of the extension.

Property detail#

property IExtension.Attributes: Ansys.ACT.Interfaces.Common.IAttributeCollection | None#

Gets the attributes of the extension.

property IExtension.InstallDir: str | None#

Gets the folder where the extension is installed.

property IExtension.MinorVersion: int | None#

Gets the minor version of the extension.

property IExtension.Name: str | None#

Gets the name of the extension.

property IExtension.ScriptEngine: Microsoft.Scripting.Hosting.ScriptEngine | None#

Gets the IronPython script engine.

property IExtension.ScriptScope: Microsoft.Scripting.Hosting.ScriptScope | None#

Gets the IronPython scope.

property IExtension.UniqueId: str | None#

Gets the unique identifier of the extension.

property IExtension.Version: int | None#

Gets the version of the extension.