Properties | |
| Joints = property | |
| PanelSegments = property | |
| ParentFolder = property | |
| Plies = 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.Structure.__init__ | ( | self, | |
| _api.Structure | structure ) |
| CollectionModificationStatus hyperx.api.Structure.AddElements | ( | self, | |
| tuple[int] | elementIds ) |
| CollectionModificationStatus hyperx.api.Structure.AddJoint | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.AddJoint | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.AddJoint | ( | self, | |
| Joint | joint ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.AddPanelSegment | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.AddPanelSegment | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.AddPanelSegment | ( | self, | |
| PanelSegment | segment ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.AddPfemProperties | ( | self, | |
| tuple[int] | pfemPropertyIds ) |
| CollectionModificationStatus hyperx.api.Structure.AddZone | ( | self, | |
| int | id ) |
Add an existing zone to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.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.Structure.AddZone | ( | self, | |
| Zone | zone ) |
Add an existing zone to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.AddZones | ( | self, | |
| item1 = None ) |
Add existing zones to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.AddZones | ( | self, | |
| tuple[int] | ids ) |
Add existing zones to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.AddZones | ( | self, | |
| tuple[Zone] | ids ) |
Add existing zones to this entity.
Reimplemented from hyperx.api.ZoneJointContainer.
| PanelSegment hyperx.api.Structure.CreatePanelSegment | ( | self, | |
| types.DiscreteTechnique | discreteTechnique, | ||
| dict[types.DiscreteDefinitionType, list[int]] | discreteElementLkp, | ||
| str | name = None ) |
| Zone hyperx.api.Structure.CreateZone | ( | self, | |
| tuple[int] | elementIds, | ||
| str | name = None ) |
| None hyperx.api.Structure.ExportVCP | ( | self, | |
| str | fileName ) |
Export VCP with this structure's element centroids.
| CollectionModificationStatus hyperx.api.Structure.Remove | ( | self, | |
| item1 = None, | |||
| item2 = None, | |||
| item3 = None ) |
| CollectionModificationStatus hyperx.api.Structure.Remove | ( | self, | |
| tuple[int] | zoneIds, | ||
| tuple[int] | jointIds ) |
| CollectionModificationStatus hyperx.api.Structure.Remove | ( | self, | |
| tuple[int] | zoneIds, | ||
| tuple[int] | jointIds, | ||
| tuple[int] | panelSegmentIds ) |
| CollectionModificationStatus hyperx.api.Structure.RemoveJoint | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveJoint | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveJoint | ( | self, | |
| Joint | joint ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveJoints | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveJoints | ( | self, | |
| tuple[int] | jointIds ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveJoints | ( | self, | |
| tuple[Joint] | joints ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemovePanelSegment | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemovePanelSegment | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemovePanelSegment | ( | self, | |
| PanelSegment | segment ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemovePanelSegments | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemovePanelSegments | ( | self, | |
| tuple[int] | segmentIds ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemovePanelSegments | ( | self, | |
| tuple[PanelSegment] | segments ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveZone | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveZone | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveZone | ( | self, | |
| Zone | zone ) |
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveZones | ( | self, | |
| item1 = None ) |
Sends provided zones back to unused FEM
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveZones | ( | self, | |
| tuple[int] | zoneIds ) |
Sends provided zones back to unused FEM.
Reimplemented from hyperx.api.ZoneJointContainer.
| CollectionModificationStatus hyperx.api.Structure.RemoveZones | ( | self, | |
| tuple[Zone] | zones ) |
Reimplemented from hyperx.api.ZoneJointContainer.
|
static |
|
static |
|
static |
|
static |
|
static |