DisplacementManualConstraint Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class DisplacementManualConstraint : ManualConstraintWithDesignLoad
Inheritance
Object    IdEntity    IdNameEntity    IdNameEntityRenameable    ManualConstraint    ManualConstraintWithDesignLoad    DisplacementManualConstraint

Properties

A11 Indicates if A11 is active for the Manual Constraint.
(Inherited from ManualConstraint)
A22 Indicates if A22 is active for the Manual Constraint.
(Inherited from ManualConstraint)
A33 Indicates if A33 is active for the Manual Constraint.
(Inherited from ManualConstraint)
ConstraintType The type of Manual Constraint.
(Inherited from ManualConstraint)
D11 Indicates if D11 is active for the Manual Constraint.
(Inherited from ManualConstraint)
D22 Indicates if D22 is active for the Manual Constraint.
(Inherited from ManualConstraint)
D33 Indicates if D33 is active for the Manual Constraint.
(Inherited from ManualConstraint)
DesignLoadCase The specific Design Load for the Manual Constraint.
(Inherited from ManualConstraintWithDesignLoad)
DOF DOF of a Displacement Manual Constraint.
EA Indicates if EA is active for the Manual Constraint.
(Inherited from ManualConstraint)
EI1 Indicates if EI1 is active for the Manual Constraint.
(Inherited from ManualConstraint)
EI2 Indicates if EI2 is active for the Manual Constraint.
(Inherited from ManualConstraint)
GJ Indicates if GJ is active for the Manual Constraint.
(Inherited from ManualConstraint)
Id
(Inherited from IdEntity)
IsActive Indiactes if the Manual Constraint is active.
(Inherited from ManualConstraint)
Limit Limit Units:

ConstraintType of Displacement -> English = in | Standard = mm.

ConstraintType of Moment -> English = lb*in | Standard = N*mm.

Other ConstraintType -> Unitless.


(Inherited from ManualConstraint)
Name
(Inherited from IdNameEntity)
Nodes Associated Nodes of a Displacement Manual Constraint.
RefNodes Associated Ref Nodes of a Displacement Manual Constraint.
Set The Set associated with the Manual Constraint.
(Inherited from ManualConstraint)
UseAllDesignLoads Indicates whether a specific Design Load is used or all.
(Inherited from ManualConstraintWithDesignLoad)

Methods

AddNodes Add a list of Nodes to the Displacement Manual Constraint.
AddRefNodes Add a list of Ref Nodes to the Displacement Manual Constraint.
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)
RemoveNodes Remove a list of Nodes from the Displacement Manual Constraint.
RemoveRefNodes Remove a list of Ref Nodes from the Displacement Manual Constraint.
Rename
(Inherited from IdNameEntityRenameable)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also