Click or drag to resize

ConstraintTStiffness Class

[This is preliminary documentation and is subject to change.]

Defines a constraint
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.SubtypesConstraintTStiffness
    ModelExchanger.AnalysisDataModel.SubtypesConstraintTStiffness, TResistance

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public class Constraint<TStiffness> : IEquatable<Constraint<TStiffness>>

Type Parameters

TStiffness
The type of unit used to express the value of the constraint

The ConstraintTStiffness type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStiffness
The stiffness of the constraint
Public propertyType
The type of constraint
Top
Methods
  NameDescription
Public methodEquals(ConstraintTStiffness)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also