VectorGeometryToolAxesPlugin#

class ansys.stk.core.analysis_workbench.VectorGeometryToolAxesPlugin#

Bases: IAnalysisWorkbenchComponent, IAnalysisWorkbenchComponentTimeProperties, IVectorGeometryToolAxes

A VGT axes plugin.

Overview#

reset

Reset the plugin.

set_property

Set the plugin properties. This method throws an exception if the specified property does not exist, invalid value was specified or the specified property is read-only.

get_property

Read a value of the specified plugin property. This method throws an exception if the property does not exist.

prog_id

A programmatic ID associated with the component.

display_name

Plugin’s Display Name associated with the COM plugin.

available_properties

An array of names of the properties that can be used to configure the plugin.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolAxesPlugin

Property detail#

property VectorGeometryToolAxesPlugin.prog_id: str#

A programmatic ID associated with the component.

property VectorGeometryToolAxesPlugin.display_name: str#

Plugin’s Display Name associated with the COM plugin.

property VectorGeometryToolAxesPlugin.available_properties: list#

An array of names of the properties that can be used to configure the plugin.

Method detail#

VectorGeometryToolAxesPlugin.reset(self) None#

Reset the plugin.

Returns:

None

VectorGeometryToolAxesPlugin.set_property(self, name: str, value: str) None#

Set the plugin properties. This method throws an exception if the specified property does not exist, invalid value was specified or the specified property is read-only.

Parameters:

name : str

value : str

Returns:

None

VectorGeometryToolAxesPlugin.get_property(self, name: str) str#

Read a value of the specified plugin property. This method throws an exception if the property does not exist.

Parameters:

name : str

Returns:

str