Class TwoDimensionalFEModelForAnalysis<T>
Inheritance
System.Object
TwoDimensionalFEModelForAnalysis<T>
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class TwoDimensionalFEModelForAnalysis<T> : APIBase, IEquatable<APIBase> where T : ElectricMachineMeshingOptionsBase
Type Parameters
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
MeshingOptions
Declaration
public T MeshingOptions { get; }
Property Value
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>
Extension Methods