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