Properties | |
| Joints = property | |
| PanelSegments = property | |
| ParentFolder = property | |
| Zones = property | |
| Properties inherited from hyperx.api.ZoneJointContainer | |
| Centroid = property | |
| Centroid center determined by weight. | |
| TotalBeamLength = property | |
| Summation of beam lengths. | |
| TotalPanelArea = property | |
| Summation of panel areas. | |
| TotalZoneWeight = property | |
| Get the total weight of all zones contained in this object. | |
| Properties inherited from hyperx.api.IdNameEntity | |
| Name = property | |
| Properties inherited from hyperx.api.IdEntity | |
| Id = property | |
Additional Inherited Members | |
| Protected Attributes inherited from hyperx.api.IdEntity | |
| _Entity = idEntity | |
| Static Protected Attributes inherited from hyperx.api.ZoneJointContainer | |
| _Centroid | |
| hyperx.api.Set.__init__ | ( | self, | |
| _api.Set | set ) |
| CollectionModificationStatus hyperx.api.Set.AddJoint | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddJoint | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddJoint | ( | self, | |
| Joint | joint ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddPanelSegment | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddPanelSegment | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddPanelSegment | ( | self, | |
| PanelSegment | segment ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddZone | ( | self, | |
| int | id ) |
Add an existing zone to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddZone | ( | self, | |
| item1 = None ) |
Add an existing zone to this entity.
Add an existing zone to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddZone | ( | self, | |
| Zone | zone ) |
Add an existing zone to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddZones | ( | self, | |
| item1 = None ) |
Add existing zones to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddZones | ( | self, | |
| tuple[int] | ids ) |
Add existing zones to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.AddZones | ( | self, | |
| tuple[Zone] | ids ) |
Add existing zones to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveJoint | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveJoint | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveJoint | ( | self, | |
| Joint | joint ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveJoints | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveJoints | ( | self, | |
| tuple[int] | jointIds ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveJoints | ( | self, | |
| tuple[Joint] | joints ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemovePanelSegment | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemovePanelSegment | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemovePanelSegment | ( | self, | |
| PanelSegment | segment ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemovePanelSegments | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemovePanelSegments | ( | self, | |
| tuple[int] | segmentIds ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemovePanelSegments | ( | self, | |
| tuple[PanelSegment] | segments ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveZone | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveZone | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveZone | ( | self, | |
| Zone | zone ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveZones | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveZones | ( | self, | |
| tuple[int] | zoneIds ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Set.RemoveZones | ( | self, | |
| tuple[Zone] | zones ) |
Reimplemented from hyperx.api.ZoneJointContainer.
|
static |
|
static |
|
static |
|
static |