Class StatorSetup
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines.Thermal
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class StatorSetup : ComponentSetup, IEquatable<APIBase>
Properties
UserSpecifiedEdgeIndices
Declaration
public ReadOnlyCollection<UserSpecifiedEdgeIndices> UserSpecifiedEdgeIndices { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<UserSpecifiedEdgeIndices> |
Implements
System.IEquatable<T>