Class CMSElementFaceGroup
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CMSElementFaceGroup
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.ComponentModeSynthesis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CMSElementFaceGroup : ElementFaceGroup, IEquatable<APIBase>
Properties
Area
Measurement: Area
Declaration
public double Area { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
CreateNodeGroup()
Declaration
public void CreateNodeGroup()
PopulateRMSValuesCache()
Caches part of the calculation that requires the expansion vectors of the FE. This means that results such as airborne sound power can be calculated without loading the expansion vectors file.
Declaration
public void PopulateRMSValuesCache()
Implements
System.IEquatable<T>