DisplacementAutomatedConstraint Class

Definition

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

Properties

ConstraintType StiffnessCriteriaType of the Automated Constraint>
(Inherited from AutomatedConstraint)
DesignLoadCases The assigned Design Loads of the Automated Constraint.
(Inherited from AutomatedConstraint)
GridId Associated grid for a Static Automated Constraint.
(Inherited from StaticAutomatedConstraint)
HasVector Indicates whether a Static Automated Constraint has a vector. Dependent on Orientation.
(Inherited from StaticAutomatedConstraint)
Id
(Inherited from IdEntity)
Limit Limit for an Automated Constraint. Units: English = in | Standard = mm.
Name
(Inherited from IdNameEntity)
Orientation Orientation for a Static Automated Constraint.
(Inherited from StaticAutomatedConstraint)
Set The Set of the Automated Constraint.
(Inherited from AutomatedConstraint)
VirtualDesignLoad Virtual Design Load for a Static Automated Constraint.
(Inherited from StaticAutomatedConstraint)
X X value of the vector of a Static Automated Constraint.
(Inherited from StaticAutomatedConstraint)
Y Y value of the vector of a Static Automated Constraint.
(Inherited from StaticAutomatedConstraint)
Z Z value of the vector of a Static Automated Constraint.
(Inherited from StaticAutomatedConstraint)

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