Class ElementDetailsForFEModel
Inheritance
System.Object
ElementDetailsForFEModel
Assembly: SMT.MastaAPI.14.1.1.dll
public class ElementDetailsForFEModel : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public ReadOnlyCollection<double> ElementAreas { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Declaration
public ReadOnlyCollection<int> ElementIdsWithNegativeJacobian { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> |
|
Declaration
public ReadOnlyCollection<int> ElementIdsWithNegativeSize { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> |
|
Declaration
public ReadOnlyCollection<int> ElementIdsWithNoMaterial { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> |
|
Declaration
public ReadOnlyCollection<double> ElementVolumes { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Declaration
public ReadOnlyCollection<int> ExternalIDs { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> |
|
Declaration
public ReadOnlyCollection<IReadOnlyCollection<int>> NodeIDsForElements { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.IReadOnlyCollection<System.Int32>> |
|
Declaration
public double TotalElementArea { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double TotalElementVolume { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods