Class DegreeOfFreedomBoundaryConditionLinear
Inheritance
System.Object
DegreeOfFreedomBoundaryConditionLinear
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class DegreeOfFreedomBoundaryConditionLinear : DegreeOfFreedomBoundaryCondition, IEquatable<APIBase>
Properties
Displacement
Declaration
public Overridable<double> Displacement { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Force
Declaration
public double Force { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>