Represents an entity that contains a collection of Zones and Joints. More...
Properties | |
| Centroid = property | |
| Joints = property | |
| PanelSegments = property | |
| TotalBeamLength = property | |
| TotalPanelArea = property | |
| TotalZoneWeight = property | |
| 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 ) |
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 ) |
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 ) |
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 ) |
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 ) |
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 ) |
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 ) |
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 ) |
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, | |
| JointCol | 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.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.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, | |
| PanelSegmentCol | 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.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.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, | |
| ZoneCol | zones ) |
Reimplemented in hyperx.api.Set, hyperx.api.Set, hyperx.api.Set, hyperx.api.Structure, hyperx.api.Structure, and hyperx.api.Structure.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |