Class ElementDetailsForFEModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElementDetailsForFEModel
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.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> |
|
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