HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.ZoneJointEntity Class Reference

Abstract base for a Zone or Joint. More...

Inheritance diagram for hyperx.api.ZoneJointEntity:
hyperx.api.EntityWithAssignableProperties hyperx.api.IdNameEntityRenameable hyperx.api.IdNameEntity hyperx.api.IdEntity hyperx.api.Joint hyperx.api.ZoneBase hyperx.api.PanelSegment hyperx.api.Zone hyperx.api.Beam hyperx.api.Panel

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

Detailed Description

Abstract base for a Zone or Joint.

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.ZoneJointEntity.__init__ ( self,
_api.ZoneJointEntity zoneJointEntity )

Member Function Documentation

◆ GetAllResults()

AnalysisResultCol hyperx.api.ZoneJointEntity.GetAllResults ( self)

Reimplemented in hyperx.api.Joint, and hyperx.api.ZoneBase.

◆ GetControllingResult()

AnalysisResult hyperx.api.ZoneJointEntity.GetControllingResult ( self)

Reimplemented in hyperx.api.Joint, and hyperx.api.ZoneBase.

◆ GetMinimumMargin()

Margin hyperx.api.ZoneJointEntity.GetMinimumMargin ( self)

Reimplemented in hyperx.api.Joint, and hyperx.api.ZoneBase.


The documentation for this class was generated from the following file:
  • C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py