Public Member Functions | |
| __getitem__ (self, int index) | |
| __init__ (self, _api.AutomatedConstraintCol automatedConstraintCol) | |
| __iter__ (self) | |
| __len__ (self) | |
| BucklingAutomatedConstraint | AddBucklingConstraint (self, list[str] designLoads, float eigenvalue, str name=None) |
| DisplacementAutomatedConstraint | AddDisplacementConstraint (self, list[str] designLoads, int gridId, float limit, str name=None) |
| FrequencyAutomatedConstraint | AddFrequencyConstraint (self, list[str] designLoads, float eigenvalue, str name=None) |
| RotationAutomatedConstraint | AddRotationConstraint (self, list[str] designLoads, int gridId, float limit, str name=None) |
| bool | Delete (self, int id) |
| bool | Delete (self, item1=None) |
| bool | Delete (self, str name) |
| AutomatedConstraint | Get (self, int id) |
| AutomatedConstraint | Get (self, item1=None) |
| AutomatedConstraint | Get (self, str name) |
| BucklingAutomatedConstraint | GetBuckling (self, int id) |
| BucklingAutomatedConstraint | GetBuckling (self, item1=None) |
| BucklingAutomatedConstraint | GetBuckling (self, str name) |
| DisplacementAutomatedConstraint | GetDisplacement (self, int id) |
| DisplacementAutomatedConstraint | GetDisplacement (self, item1=None) |
| DisplacementAutomatedConstraint | GetDisplacement (self, str name) |
| FrequencyAutomatedConstraint | GetFrequency (self, int id) |
| FrequencyAutomatedConstraint | GetFrequency (self, item1=None) |
| FrequencyAutomatedConstraint | GetFrequency (self, str name) |
| RotationAutomatedConstraint | GetRotation (self, int id) |
| RotationAutomatedConstraint | GetRotation (self, item1=None) |
| RotationAutomatedConstraint | GetRotation (self, str name) |
| Public Member Functions inherited from hyperx.api.IdNameEntityCol | |
| __getitem__ (self, int index) | |
| __init__ (self, _api.IdNameEntityCol idNameEntityCol) | |
| __iter__ (self) | |
| __len__ (self) | |
| Public Member Functions inherited from hyperx.api.IdEntityCol | |
| __getitem__ (self, int index) | |
| __init__ (self, _api.IdEntityCol idEntityCol) | |
| __iter__ (self) | |
| __len__ (self) | |
| bool | Contains (self, int id) |
| int | Count (self) |
Properties | |
| AutomatedConstraintColList = property | |
| Properties inherited from hyperx.api.IdNameEntityCol | |
| IdNameEntityColList = property | |
| Names = property | |
| Properties inherited from hyperx.api.IdEntityCol | |
| IdEntityColList = property | |
| Ids = property | |
Additional Inherited Members | |
| Protected Attributes inherited from hyperx.api.IdNameEntityCol | |
| _CollectedClass = T | |
| Protected Attributes inherited from hyperx.api.IdEntityCol | |
| _Entity = idEntityCol | |
| hyperx.api.AutomatedConstraintCol.__init__ | ( | self, | |
| _api.AutomatedConstraintCol | automatedConstraintCol ) |
| hyperx.api.AutomatedConstraintCol.__getitem__ | ( | self, | |
| int | index ) |
| hyperx.api.AutomatedConstraintCol.__iter__ | ( | self | ) |
| hyperx.api.AutomatedConstraintCol.__len__ | ( | self | ) |
| BucklingAutomatedConstraint hyperx.api.AutomatedConstraintCol.AddBucklingConstraint | ( | self, | |
| list[str] | designLoads, | ||
| float | eigenvalue, | ||
| str | name = None ) |
| DisplacementAutomatedConstraint hyperx.api.AutomatedConstraintCol.AddDisplacementConstraint | ( | self, | |
| list[str] | designLoads, | ||
| int | gridId, | ||
| float | limit, | ||
| str | name = None ) |
| FrequencyAutomatedConstraint hyperx.api.AutomatedConstraintCol.AddFrequencyConstraint | ( | self, | |
| list[str] | designLoads, | ||
| float | eigenvalue, | ||
| str | name = None ) |
| RotationAutomatedConstraint hyperx.api.AutomatedConstraintCol.AddRotationConstraint | ( | self, | |
| list[str] | designLoads, | ||
| int | gridId, | ||
| float | limit, | ||
| str | name = None ) |
| bool hyperx.api.AutomatedConstraintCol.Delete | ( | self, | |
| int | id ) |
| bool hyperx.api.AutomatedConstraintCol.Delete | ( | self, | |
| item1 = None ) |
| bool hyperx.api.AutomatedConstraintCol.Delete | ( | self, | |
| str | name ) |
| AutomatedConstraint hyperx.api.AutomatedConstraintCol.Get | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| AutomatedConstraint hyperx.api.AutomatedConstraintCol.Get | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| AutomatedConstraint hyperx.api.AutomatedConstraintCol.Get | ( | self, | |
| str | name ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| BucklingAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetBuckling | ( | self, | |
| int | id ) |
| BucklingAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetBuckling | ( | self, | |
| item1 = None ) |
| BucklingAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetBuckling | ( | self, | |
| str | name ) |
| DisplacementAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetDisplacement | ( | self, | |
| int | id ) |
| DisplacementAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetDisplacement | ( | self, | |
| item1 = None ) |
| DisplacementAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetDisplacement | ( | self, | |
| str | name ) |
| FrequencyAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetFrequency | ( | self, | |
| int | id ) |
| FrequencyAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetFrequency | ( | self, | |
| item1 = None ) |
| FrequencyAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetFrequency | ( | self, | |
| str | name ) |
| RotationAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetRotation | ( | self, | |
| int | id ) |
| RotationAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetRotation | ( | self, | |
| item1 = None ) |
| RotationAutomatedConstraint hyperx.api.AutomatedConstraintCol.GetRotation | ( | self, | |
| str | name ) |
|
static |