ChainConnection#

class ansys.stk.core.stkobjects.ChainConnection#

Class defining Chain connections.

Overview#

from_object

From object for a connection.

to_object

To object for a connection.

min_num_uses

Get or set the minimum number of uses for a connection.

max_num_uses

Get or set the maximum number of uses for a connection.

parent_platform_restriction

Get or set the parent platform restriction for a connection.

Import detail#

from ansys.stk.core.stkobjects import ChainConnection

Property detail#

property ChainConnection.from_object: ISTKObject#

From object for a connection.

property ChainConnection.to_object: ISTKObject#

To object for a connection.

property ChainConnection.min_num_uses: int#

Get or set the minimum number of uses for a connection.

property ChainConnection.max_num_uses: int#

Get or set the maximum number of uses for a connection.

property ChainConnection.parent_platform_restriction: ChainParentPlatformRestriction#

Get or set the parent platform restriction for a connection.