Class AbstractForceAndDisplacementResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractForceAndDisplacementResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.MeasuredVectors
Assembly: SMT.MastaAPI.13.0.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>