Class HairpinConductor
Inheritance
System.Object
HairpinConductor
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class HairpinConductor : WindingConductor, IEquatable<APIBase>
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AngleOffset
Declaration
public double AngleOffset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CornerRadius
Declaration
public double CornerRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RadialOffset
Declaration
public double RadialOffset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Radius
Declaration
public double Radius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WindingArea
Declaration
public virtual double WindingArea { get; }
Property Value
| Type |
Description |
| System.Double |
|
WindingMaterialHeight
Declaration
public double WindingMaterialHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WindingMaterialWidth
Declaration
public double WindingMaterialWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods