Class TwoDimensionalFEModelForAnalysis<T>
Inheritance
System.Object
TwoDimensionalFEModelForAnalysis<T>
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class TwoDimensionalFEModelForAnalysis<T> : APIBase, IEquatable<APIBase> where T : ElectricMachineMeshingOptionsBase
Type Parameters
Name | Description |
---|---|
T |
Properties
MeshingOptions
Declaration
public T MeshingOptions { get; }
Property Value
Type | Description |
---|---|
T |
NumberOfElements
Declaration
public int NumberOfElements { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfNodes
Declaration
public int NumberOfNodes { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>