Class CMSNodeGroup
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEEntityGroup<System.Int32>
CMSNodeGroup
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.ComponentModeSynthesis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CMSNodeGroup : NodeGroup, IEquatable<APIBase>
Properties
ShowNVHResultsAtTheseNodes
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>