Represents an entity that contains a collection of Zones and Joints. More...
Static Protected Attributes | |
| _Centroid | |
Properties | |
| Centroid = property | |
| Centroid center determined by weight. | |
| Joints = property | |
| PanelSegments = property | |
| 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. | |
| Zones = property | |
| 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 | |
Represents an entity that contains a collection of Zones and Joints.
| hyperx.api.ZoneJointContainer.__init__ | ( | self, | |
| _api.ZoneJointContainer | zoneJointContainer ) |
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddJoint | ( | self, | |
| int | id ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddJoint | ( | self, | |
| item1 = None ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddJoint | ( | self, | |
| Joint | joint ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddPanelSegment | ( | self, | |
| int | id ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddPanelSegment | ( | self, | |
| item1 = None ) |
Add an existing panel segment to this entity
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddPanelSegment | ( | self, | |
| PanelSegment | segment ) |
Add an existing panel segment to this entity.
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddZone | ( | self, | |
| int | id ) |
Add an existing zone to this entity.
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddZone | ( | self, | |
| item1 = None ) |
Add an existing zone to this entity.
Add an existing zone to this entity.
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddZone | ( | self, | |
| Zone | zone ) |
Add an existing zone to this entity.
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddZones | ( | self, | |
| item1 = None ) |
Add existing zones to this entity.
Add existing zones to this entity
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddZones | ( | self, | |
| tuple[int] | ids ) |
Add existing zones to this entity.
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.AddZones | ( | self, | |
| tuple[Zone] | zones ) |
Add existing zones to this entity.
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveJoint | ( | self, | |
| int | id ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveJoint | ( | self, | |
| item1 = None ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveJoint | ( | self, | |
| Joint | joint ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveJoints | ( | self, | |
| item1 = None ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveJoints | ( | self, | |
| tuple[int] | jointIds ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveJoints | ( | self, | |
| tuple[Joint] | joints ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemovePanelSegment | ( | self, | |
| int | id ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemovePanelSegment | ( | self, | |
| item1 = None ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemovePanelSegment | ( | self, | |
| PanelSegment | segment ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemovePanelSegments | ( | self, | |
| item1 = None ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemovePanelSegments | ( | self, | |
| tuple[int] | segmentIds ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemovePanelSegments | ( | self, | |
| tuple[PanelSegment] | segments ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveZone | ( | self, | |
| int | id ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveZone | ( | self, | |
| item1 = None ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveZone | ( | self, | |
| Zone | zone ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveZones | ( | self, | |
| item1 = None ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveZones | ( | self, | |
| tuple[int] | zoneIds ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
| CollectionModificationStatus hyperx.api.ZoneJointContainer.RemoveZones | ( | self, | |
| tuple[Zone] | zones ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
|
staticprotected |
|
static |
Centroid center determined by weight.
|
static |
|
static |
|
static |
Summation of beam lengths.
|
static |
Summation of panel areas.
|
static |
Get the total weight of all zones contained in this object.
|
static |