Class CADToothAndSlot
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CADToothAndSlot
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CADToothAndSlot : AbstractToothAndSlot, IEquatable<APIBase>
Properties
Conductors
Declaration
public ReadOnlyCollection<WindingConductor> Conductors { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WindingConductor> |
IndividualConductorSpecificationSource
Declaration
public IndividualConductorSpecificationSource IndividualConductorSpecificationSource { get; set; }
Property Value
Type | Description |
---|---|
IndividualConductorSpecificationSource |
Implements
System.IEquatable<T>