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