IAnalysisWorkbenchComponentContext#

class ansys.stk.core.analysis_workbench.IAnalysisWorkbenchComponentContext#

The interface represents a context associated with a VGT component. All VGT components are associated with a valid context. A context can represent a VGT instance or a VGT template.

Overview#

is_template

Return whether the current instance is a VGT template.

Import detail#

from ansys.stk.core.analysis_workbench import IAnalysisWorkbenchComponentContext

Property detail#

property IAnalysisWorkbenchComponentContext.is_template: bool#

Return whether the current instance is a VGT template.