|
| | __init__ (self, _api.DisplacementManualConstraint displacementManualConstraint) |
| None | AddNodes (self, tuple[int] ids) |
| | Add a list of Nodes to the Displacement Manual Constraint.
|
| None | AddRefNodes (self, tuple[int] ids) |
| | Add a list of Ref Nodes to the Displacement Manual Constraint.
|
| None | RemoveNodes (self, tuple[int] ids) |
| | Remove a list of Nodes from the Displacement Manual Constraint.
|
| None | RemoveRefNodes (self, tuple[int] ids) |
| | Remove a list of Ref Nodes from the Displacement Manual Constraint.
|
| | __init__ (self, _api.ManualConstraintWithDesignLoad manualConstraintWithDesignLoad) |
| | __init__ (self, _api.ManualConstraint manualConstraint) |
| | __init__ (self, _api.IdNameEntityRenameable idNameEntityRenameable) |
| None | Rename (self, str name) |
| | __init__ (self, _api.IdNameEntity idNameEntity) |
| | __init__ (self, _api.IdEntity idEntity) |
|
| | DOF = property |
| | DOF of a Displacement Manual Constraint.
|
| | Nodes = property |
| | Associated Nodes of a Displacement Manual Constraint.
|
| | RefNodes = property |
| | Associated Ref Nodes of a Displacement Manual Constraint.
|
| | DesignLoadCase = property |
| | The specific Design Load for the Manual Constraint.
|
| | UseAllDesignLoads = property |
| | Indicates whether a specific Design Load is used or all.
|
| | A11 = property |
| | Indicates if A11 is active for the Manual Constraint.
|
| | A22 = property |
| | Indicates if A22 is active for the Manual Constraint.
|
| | A33 = property |
| | Indicates if A33 is active for the Manual Constraint.
|
| | ConstraintType = property |
| | The type of Manual Constraint.
|
| | D11 = property |
| | Indicates if D11 is active for the Manual Constraint.
|
| | D22 = property |
| | Indicates if D22 is active for the Manual Constraint.
|
| | D33 = property |
| | Indicates if D33 is active for the Manual Constraint.
|
| | EA = property |
| | Indicates if EA is active for the Manual Constraint.
|
| | EI1 = property |
| | Indicates if EI1 is active for the Manual Constraint.
|
| | EI2 = property |
| | Indicates if EI2 is active for the Manual Constraint.
|
| | GJ = property |
| | Indicates if GJ is active for the Manual Constraint.
|
| | IsActive = property |
| | Indiactes if the Manual Constraint is active.
|
| | Limit = property |
| | Set = property |
| | The Set associated with the Manual Constraint.
|
| | Name = property |
| | Id = property |
◆ __init__()
| hyperx.api.DisplacementManualConstraint.__init__ |
( |
| self, |
|
|
_api.DisplacementManualConstraint | displacementManualConstraint ) |
◆ AddNodes()
| None hyperx.api.DisplacementManualConstraint.AddNodes |
( |
| self, |
|
|
tuple[int] | ids ) |
Add a list of Nodes to the Displacement Manual Constraint.
- Exceptions
-
| InvalidOperationException | Throws if the Node is not in the FEM. |
◆ AddRefNodes()
| None hyperx.api.DisplacementManualConstraint.AddRefNodes |
( |
| self, |
|
|
tuple[int] | ids ) |
Add a list of Ref Nodes to the Displacement Manual Constraint.
- Exceptions
-
| InvalidOperationException | |
◆ RemoveNodes()
| None hyperx.api.DisplacementManualConstraint.RemoveNodes |
( |
| self, |
|
|
tuple[int] | ids ) |
Remove a list of Nodes from the Displacement Manual Constraint.
- Exceptions
-
| InvalidOperationException | Throws if the execution of the method will remove all Nodes. |
◆ RemoveRefNodes()
| None hyperx.api.DisplacementManualConstraint.RemoveRefNodes |
( |
| self, |
|
|
tuple[int] | ids ) |
Remove a list of Ref Nodes from the Displacement Manual Constraint.
◆ DOF
| hyperx.api.DisplacementManualConstraint.DOF = property |
|
static |
DOF of a Displacement Manual Constraint.
◆ Nodes
| hyperx.api.DisplacementManualConstraint.Nodes = property |
|
static |
Associated Nodes of a Displacement Manual Constraint.
◆ RefNodes
| hyperx.api.DisplacementManualConstraint.RefNodes = property |
|
static |
Associated Ref Nodes of a Displacement Manual Constraint.
The documentation for this class was generated from the following file:
- C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py