Class FESubstructureNodeModeShapes
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FESubstructureNodeModeShapes
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FESubstructureNodeModeShapes : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
CondensationNode
Declaration
public FESubstructureNode CondensationNode { get; }
Property Value
Type | Description |
---|---|
FESubstructureNode |
ConnectedComponentLocalCoordinateSystem
Declaration
public CoordinateSystem3D ConnectedComponentLocalCoordinateSystem { get; }
Property Value
Type | Description |
---|---|
CoordinateSystem3D |
ModeShapesAtCondensationNode
Declaration
public ReadOnlyCollection<FESubstructureNodeModeShape> ModeShapesAtCondensationNode { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FESubstructureNodeModeShape> |
Implements
System.IEquatable<T>