Class AbstractForceAndDisplacementResults
Inheritance
System.Object
AbstractForceAndDisplacementResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility.MeasuredVectors
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class AbstractForceAndDisplacementResults : APIBase, IEquatable<APIBase>
Properties
Force
Declaration
public VectorWithLinearAndAngularComponents Force { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
Location
Declaration
public Vector3D Location { get; }
Property Value
Type | Description |
---|---|
Vector3D |
Node
Declaration
public string Node { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>