Class ElementDetailsForFEModel
Inheritance
System.Object
ElementDetailsForFEModel
Assembly: SMT.MastaAPI.15.0.dll
public sealed class ElementDetailsForFEModel : APIBase, IEquatable<APIBase>
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> |
|
The element IDs in the original FE file that was imported into MASTA
Declaration
public ReadOnlyCollection<int> ExternalIDs { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> |
|
These are internal node IDs
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