Class ElectricMachineThermalMeshingOptions
Inheritance
System.Object
ElectricMachineThermalMeshingOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ElectricMachineThermalMeshingOptions : ElectricMachineElectromagneticAndThermalMeshingOptions, IEquatable<APIBase>
Properties
ConductorInsulationElementSize
Measurement: ShortLength
Declaration
public Overridable<double> ConductorInsulationElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
LinerElementSize
Measurement: ShortLength
Declaration
public Overridable<double> LinerElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>