CondensedPartInterfaces#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.CondensedPartInterfaces#

Bases: object

A collection of condensed part interface.

Overview#

Add

Add new condensed part interface

Clear

Clears all the condensed part interfaces

Equals

Equals method.

GetEnumerator

GetEnumerator method.

GetHashCode

GetHashCode method.

GetType

GetType method.

RemoveAt

Remove condensed part interface at the given index

ToString

ToString method.

Count

Count property.

Item

Item property.

Property detail#

property CondensedPartInterfaces.Count: int | None#

Count property.

property CondensedPartInterfaces.Item: Ansys.ACT.Automation.Mechanical.CondensedPartInterface | None#

Item property.

Method detail#

CondensedPartInterfaces.Add() None#

Add new condensed part interface

CondensedPartInterfaces.Clear() None#

Clears all the condensed part interfaces

CondensedPartInterfaces.Equals(obj: Any) bool#

Equals method.

CondensedPartInterfaces.GetEnumerator() Iterator[Ansys.ACT.Automation.Mechanical.CondensedPartInterface]#

GetEnumerator method.

CondensedPartInterfaces.GetHashCode() int#

GetHashCode method.

CondensedPartInterfaces.GetType() type#

GetType method.

CondensedPartInterfaces.RemoveAt(index: int) None#

Remove condensed part interface at the given index

CondensedPartInterfaces.ToString() str#

ToString method.