Class FESubstructureNodeModeShapes
Inheritance
System.Object
FESubstructureNodeModeShapes
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FESubstructureNodeModeShapes : APIBase, IEquatable<APIBase>
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