AutomatedConstraintCol Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class AutomatedConstraintCol : IdNameEntityCol<AutomatedConstraint>
Inheritance
Object    IdEntityColAutomatedConstraint    IdNameEntityColAutomatedConstraint    AutomatedConstraintCol

Constructors

AutomatedConstraintColInitializes a new instance of the AutomatedConstraintCol class

Properties

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

Methods

AddBucklingConstraint Add an Automated Constraint of type Buckling.
AddDisplacementConstraint Add an Automated Constraint of type Displacement.
AddFrequencyConstraint Add an Automated Constraint of type Frequency.
AddRotationConstraint Add an Automated Constraint of type Rotation.
Contains
(Inherited from IdEntityColT)
Count
(Inherited from IdEntityColT)
Delete(Int32) Delete an Automated Constraint by id.
Delete(String) Delete an Automated 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)
GetRotation(Int32) 
GetRotation(String) 
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also