Public Member Functions | |
| __getitem__ (self, int index) | |
| __init__ (self, _api.ManualConstraintCol manualConstraintCol) | |
| __iter__ (self) | |
| __len__ (self) | |
| BucklingManualConstraint | AddBucklingConstraint (self, str setName, float limit, str name=None) |
| Add a Manual Constraint of type Buckling. | |
| DisplacementManualConstraint | AddDisplacementConstraint (self, str setName, list[int] gridIds, float limit, str name=None) |
| Add a Manual Constraint of type Displacement. | |
| FrequencyManualConstraint | AddFrequencyConstraint (self, str setName, float limit, str name=None) |
| Add a Manual Constraint of type Frequency. | |
| StaticMomentManualConstraint | AddStaticMomentManualConstraint (self, str setName, float limit, str name=None) |
| Add a Manual Constraint of type Static Moment. | |
| bool | DeleteConstraint (self, int id) |
| Delete a Manual Constraint by id. | |
| bool | DeleteConstraint (self, item1=None) |
| bool | DeleteConstraint (self, str name) |
| Delete a Manual Constraint by name. | |
| ManualConstraint | Get (self, int id) |
| ManualConstraint | Get (self, item1=None) |
| ManualConstraint | Get (self, str name) |
| BucklingManualConstraint | GetBuckling (self, int id) |
| BucklingManualConstraint | GetBuckling (self, item1=None) |
| BucklingManualConstraint | GetBuckling (self, str name) |
| DisplacementManualConstraint | GetDisplacement (self, int id) |
| DisplacementManualConstraint | GetDisplacement (self, item1=None) |
| DisplacementManualConstraint | GetDisplacement (self, str name) |
| FrequencyManualConstraint | GetFrequency (self, int id) |
| FrequencyManualConstraint | GetFrequency (self, item1=None) |
| FrequencyManualConstraint | GetFrequency (self, str name) |
| StaticMomentManualConstraint | GetStaticMoment (self, int id) |
| StaticMomentManualConstraint | GetStaticMoment (self, item1=None) |
| StaticMomentManualConstraint | GetStaticMoment (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 | |
| ManualConstraintColList = 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.ManualConstraintCol.__init__ | ( | self, | |
| _api.ManualConstraintCol | manualConstraintCol ) |
| hyperx.api.ManualConstraintCol.__getitem__ | ( | self, | |
| int | index ) |
| hyperx.api.ManualConstraintCol.__iter__ | ( | self | ) |
| hyperx.api.ManualConstraintCol.__len__ | ( | self | ) |
| BucklingManualConstraint hyperx.api.ManualConstraintCol.AddBucklingConstraint | ( | self, | |
| str | setName, | ||
| float | limit, | ||
| str | name = None ) |
Add a Manual Constraint of type Buckling.
| DisplacementManualConstraint hyperx.api.ManualConstraintCol.AddDisplacementConstraint | ( | self, | |
| str | setName, | ||
| list[int] | gridIds, | ||
| float | limit, | ||
| str | name = None ) |
Add a Manual Constraint of type Displacement.
| FrequencyManualConstraint hyperx.api.ManualConstraintCol.AddFrequencyConstraint | ( | self, | |
| str | setName, | ||
| float | limit, | ||
| str | name = None ) |
Add a Manual Constraint of type Frequency.
| StaticMomentManualConstraint hyperx.api.ManualConstraintCol.AddStaticMomentManualConstraint | ( | self, | |
| str | setName, | ||
| float | limit, | ||
| str | name = None ) |
Add a Manual Constraint of type Static Moment.
| bool hyperx.api.ManualConstraintCol.DeleteConstraint | ( | self, | |
| int | id ) |
Delete a Manual Constraint by id.
| bool hyperx.api.ManualConstraintCol.DeleteConstraint | ( | self, | |
| item1 = None ) |
Delete a Manual Constraint by name.
Delete a Manual Constraint by id.
| bool hyperx.api.ManualConstraintCol.DeleteConstraint | ( | self, | |
| str | name ) |
Delete a Manual Constraint by name.
| ManualConstraint hyperx.api.ManualConstraintCol.Get | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| ManualConstraint hyperx.api.ManualConstraintCol.Get | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| ManualConstraint hyperx.api.ManualConstraintCol.Get | ( | self, | |
| str | name ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| BucklingManualConstraint hyperx.api.ManualConstraintCol.GetBuckling | ( | self, | |
| int | id ) |
| BucklingManualConstraint hyperx.api.ManualConstraintCol.GetBuckling | ( | self, | |
| item1 = None ) |
| BucklingManualConstraint hyperx.api.ManualConstraintCol.GetBuckling | ( | self, | |
| str | name ) |
| DisplacementManualConstraint hyperx.api.ManualConstraintCol.GetDisplacement | ( | self, | |
| int | id ) |
| DisplacementManualConstraint hyperx.api.ManualConstraintCol.GetDisplacement | ( | self, | |
| item1 = None ) |
| DisplacementManualConstraint hyperx.api.ManualConstraintCol.GetDisplacement | ( | self, | |
| str | name ) |
| FrequencyManualConstraint hyperx.api.ManualConstraintCol.GetFrequency | ( | self, | |
| int | id ) |
| FrequencyManualConstraint hyperx.api.ManualConstraintCol.GetFrequency | ( | self, | |
| item1 = None ) |
| FrequencyManualConstraint hyperx.api.ManualConstraintCol.GetFrequency | ( | self, | |
| str | name ) |
| StaticMomentManualConstraint hyperx.api.ManualConstraintCol.GetStaticMoment | ( | self, | |
| int | id ) |
| StaticMomentManualConstraint hyperx.api.ManualConstraintCol.GetStaticMoment | ( | self, | |
| item1 = None ) |
| StaticMomentManualConstraint hyperx.api.ManualConstraintCol.GetStaticMoment | ( | self, | |
| str | name ) |
|
static |