Class MagnetForLayer
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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 double WidthOfEachSegment { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>