ManualConstraintCol Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class ManualConstraintCol : IdNameEntityCol<ManualConstraint>
Inheritance
Object    IdEntityColManualConstraint    IdNameEntityColManualConstraint    ManualConstraintCol

Properties

Ids
(Inherited from IdEntityColT)
Names
(Inherited from IdNameEntityColT)

Methods

AddBucklingConstraint Add a Manual Constraint of type Buckling.
AddDisplacementConstraint Add a Manual Constraint of type Displacement.
AddFrequencyConstraint Add a Manual Constraint of type Frequency.
AddStaticMomentManualConstraint Add a Manual Constraint of type Static Moment.
Contains
(Inherited from IdEntityColT)
Count
(Inherited from IdEntityColT)
DeleteConstraint(Int32) Delete a Manual Constraint by id.
DeleteConstraint(String) Delete a Manual Constraint by name.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Get(Int32)
(Inherited from IdEntityColT)
Get(String)
(Inherited from IdNameEntityColT)
GetBuckling(Int32) 
GetBuckling(String) 
GetDisplacement(Int32) 
GetDisplacement(String) 
GetEnumerator
(Inherited from IdEntityColT)
GetFrequency(Int32) 
GetFrequency(String) 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetStaticMoment(Int32) 
GetStaticMoment(String) 
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also