ModalAutomatedConstraint Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public abstract class ModalAutomatedConstraint : AutomatedConstraint
Inheritance
Object    IdEntity    IdNameEntity    IdNameEntityRenameable    AutomatedConstraint    ModalAutomatedConstraint
Derived

Properties

ConstraintType StiffnessCriteriaType of the Automated Constraint>
(Inherited from AutomatedConstraint)
DesignLoadCases The assigned Design Loads of the Automated Constraint.
(Inherited from AutomatedConstraint)
Eigenvalue 
Id
(Inherited from IdEntity)
Name
(Inherited from IdNameEntity)
Set The Set of the Automated Constraint.
(Inherited from AutomatedConstraint)

Methods

AddDesignLoadCases Add a list of Design Loads to the Automated Constraint by name.
(Inherited from AutomatedConstraint)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
RemoveDesignLoadCases Remove a list of Design Loads from the AutomatedConstraint by name.
(Inherited from AutomatedConstraint)
Rename
(Inherited from IdNameEntityRenameable)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also