Abstract base for a Zone or Joint. More...
Public Member Functions | |
| __init__ (self, _api.ZoneJointEntity zoneJointEntity) | |
| AnalysisResultCol | GetAllResults (self) |
| AnalysisResult | GetControllingResult (self) |
| Margin | GetMinimumMargin (self) |
| Public Member Functions inherited from hyperx.api.EntityWithAssignableProperties | |
| __init__ (self, _api.EntityWithAssignableProperties entityWithAssignableProperties) | |
| PropertyAssignmentStatus | AssignAnalysisProperty (self, int id) |
| PropertyAssignmentStatus | AssignDesignProperty (self, int id) |
| PropertyAssignmentStatus | AssignLoadProperty (self, int id) |
| PropertyAssignmentStatus | AssignProperty (self, AssignableProperty property) |
| Assign a Property to this entity. | |
| Public Member Functions inherited from hyperx.api.IdNameEntityRenameable | |
| __init__ (self, _api.IdNameEntityRenameable idNameEntityRenameable) | |
| None | Rename (self, str name) |
| Public Member Functions inherited from hyperx.api.IdNameEntity | |
| __init__ (self, _api.IdNameEntity idNameEntity) | |
| Public Member Functions inherited from hyperx.api.IdEntity | |
| __init__ (self, _api.IdEntity idEntity) | |
Additional Inherited Members | |
| Protected Attributes inherited from hyperx.api.IdEntity | |
| _Entity = idEntity | |
| Properties inherited from hyperx.api.EntityWithAssignableProperties | |
| AssignedAnalysisProperty = property | |
| AssignedDesignProperty = property | |
| AssignedLoadProperty = property | |
| Properties inherited from hyperx.api.IdNameEntity | |
| Name = property | |
| Properties inherited from hyperx.api.IdEntity | |
| Id = property | |
| hyperx.api.ZoneJointEntity.__init__ | ( | self, | |
| _api.ZoneJointEntity | zoneJointEntity ) |
| AnalysisResultCol hyperx.api.ZoneJointEntity.GetAllResults | ( | self | ) |
Reimplemented in hyperx.api.Joint, and hyperx.api.ZoneBase.
| AnalysisResult hyperx.api.ZoneJointEntity.GetControllingResult | ( | self | ) |
Reimplemented in hyperx.api.Joint, and hyperx.api.ZoneBase.
| Margin hyperx.api.ZoneJointEntity.GetMinimumMargin | ( | self | ) |
Reimplemented in hyperx.api.Joint, and hyperx.api.ZoneBase.