Class AbstractForceAndDisplacementResults
Inheritance
System.Object
AbstractForceAndDisplacementResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility.MeasuredVectors
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class AbstractForceAndDisplacementResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| 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>