Class MagnetForLayer
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MagnetForLayer
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MagnetForLayer : MagnetDesign, IEquatable<APIBase>
Properties
NumberOfSegmentsAlongWidth
Declaration
public int NumberOfSegmentsAlongWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Thickness
Measurement: ShortLength
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
This is the total width of touching magnet segments. The width of a single segment would therefore be Width / Number Of Segments Along Width.
Measurement: ShortLength
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WidthOfEachSegment
Measurement: ShortLength
Declaration
public virtual double WidthOfEachSegment { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>