Class FESubstructureNodeModeShapes
Inheritance
System.Object
FESubstructureNodeModeShapes
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FESubstructureNodeModeShapes : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CondensationNode
Declaration
public FESubstructureNode CondensationNode { get; }
Property Value
ConnectedComponentLocalCoordinateSystem
Declaration
public CoordinateSystem3D ConnectedComponentLocalCoordinateSystem { get; }
Property Value
ModeShapesAtCondensationNode
Declaration
public ReadOnlyCollection<FESubstructureNodeModeShape> ModeShapesAtCondensationNode { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods