StaticMomentManualConstraint Class

Definition

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

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)
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)
Set The Set associated with the Manual Constraint.
(Inherited from ManualConstraint)

Methods

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)
Rename
(Inherited from IdNameEntityRenameable)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also