Class CMSNodeGroup
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.ComponentModeSynthesis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CMSNodeGroup : NodeGroup, IEquatable<APIBase>
Properties
ShowNVHResultsAtTheseNodes
This option is limited by the number of selected nodes. The threshold can be altered by modifying the 'Maximum Nodes for NVH Analysis' setting in Edit > Settings > Per-Design Settings > Analysis > System Analysis.
Declaration
public bool ShowNVHResultsAtTheseNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CreateElementFaceGroup()
Creates a group of element faces containing all faces that have all their nodes in this group.
Declaration
public void CreateElementFaceGroup()
Implements
System.IEquatable<T>