Click or drag to resize

ConstraintTStiffness, TResistance 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 sealed class Constraint<TStiffness, TResistance> : Constraint<TStiffness>, 
	IEquatable<Constraint<TStiffness, TResistance>>

Type Parameters

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

The ConstraintTStiffness, TResistance type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals(ConstraintTStiffness)
Indicates whether the current object is equal to another object of the same type.
(Inherited from ConstraintTStiffness.)
Public methodEquals(ConstraintTStiffness, TResistance)
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 ConstraintTStiffnessEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ConstraintTStiffnessGetHashCode.)
Top
See Also