|
| | __init__ (self, _api.AutomatedConstraint automatedConstraint) |
| None | AddDesignLoadCases (self, tuple[str] designLoadCases) |
| | Add a list of Design Loads to the Automated Constraint by name.
|
| None | RemoveDesignLoadCases (self, tuple[str] designLoadCases) |
| | Remove a list of Design Loads from the AutomatedConstraint by name.
|
| | __init__ (self, _api.IdNameEntityRenameable idNameEntityRenameable) |
| None | Rename (self, str name) |
| | __init__ (self, _api.IdNameEntity idNameEntity) |
| | __init__ (self, _api.IdEntity idEntity) |
|
| | ConstraintType = property |
| | StiffnessCriteriaType of the Automated Constraint>.
|
| | DesignLoadCases = property |
| | The assigned Design Loads of the Automated Constraint.
|
| | Set = property |
| | The Set of the Automated Constraint.
|
| | Name = property |
| | Id = property |
◆ __init__()
| hyperx.api.AutomatedConstraint.__init__ |
( |
| self, |
|
|
_api.AutomatedConstraint | automatedConstraint ) |
◆ AddDesignLoadCases()
| None hyperx.api.AutomatedConstraint.AddDesignLoadCases |
( |
| self, |
|
|
tuple[str] | designLoadCases ) |
Add a list of Design Loads to the Automated Constraint by name.
- Exceptions
-
| InvalidOperationException | Throws if a Design Load is not valid for the StiffnessCriteriaType. |
◆ RemoveDesignLoadCases()
| None hyperx.api.AutomatedConstraint.RemoveDesignLoadCases |
( |
| self, |
|
|
tuple[str] | designLoadCases ) |
Remove a list of Design Loads from the AutomatedConstraint by name.
- Exceptions
-
| InvalidOperationException | Throws if executing this method would remove all assigned Design Loads. |
◆ ConstraintType
| hyperx.api.AutomatedConstraint.ConstraintType = property |
|
static |
StiffnessCriteriaType of the Automated Constraint>.
◆ DesignLoadCases
| hyperx.api.AutomatedConstraint.DesignLoadCases = property |
|
static |
The assigned Design Loads of the Automated Constraint.
◆ Set
| hyperx.api.AutomatedConstraint.Set = property |
|
static |
The Set of the Automated Constraint.
The documentation for this class was generated from the following file:
- C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py