HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.JointDesignResultCol Class Reference
Inheritance diagram for hyperx.api.JointDesignResultCol:
hyperx.api.IdEntityCol

Public Member Functions

 __getitem__ (self, int index)
 __init__ (self, _api.JointDesignResultCol jointDesignResultCol)
 __iter__ (self)
 __len__ (self)
JointDesignResult Get (self, int id)
JointDesignResult Get (self, item1=None)
JointDesignResult Get (self, types.JointRangeId jointRangeId)
 Get a JointSizingResult for a JointRangeId.
JointDesignResult Get (self, types.JointSelectionId jointSelectionId)
 Get a JointSizingResult for a JointSelectionId.
Public Member Functions inherited from hyperx.api.IdEntityCol
 __init__ (self, _api.IdEntityCol idEntityCol)
bool Contains (self, int id)
int Count (self)

Protected Attributes

 _CollectedClass = JointDesignResult
Protected Attributes inherited from hyperx.api.IdEntityCol
 _Entity = idEntityCol

Properties

 JointDesignResultColList = property
Properties inherited from hyperx.api.IdEntityCol
 Ids = property

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.JointDesignResultCol.__init__ ( self,
_api.JointDesignResultCol jointDesignResultCol )

Member Function Documentation

◆ __getitem__()

hyperx.api.JointDesignResultCol.__getitem__ ( self,
int index )

◆ __iter__()

hyperx.api.JointDesignResultCol.__iter__ ( self)

◆ __len__()

hyperx.api.JointDesignResultCol.__len__ ( self)

◆ Get() [1/4]

JointDesignResult hyperx.api.JointDesignResultCol.Get ( self,
int id )

Reimplemented from hyperx.api.IdEntityCol.

◆ Get() [2/4]

JointDesignResult hyperx.api.JointDesignResultCol.Get ( self,
item1 = None )
   Get a JointSizingResult for a JointSelectionId
Returns
Null if the item is not found or the item is a JointRangeSizingResult item

   Get a JointSizingResult for a JointRangeId
Null if the item is not found or the item is a JointSelectionSizingResult item

Reimplemented from hyperx.api.IdEntityCol.

◆ Get() [3/4]

JointDesignResult hyperx.api.JointDesignResultCol.Get ( self,
types.JointRangeId jointRangeId )

Get a JointSizingResult for a JointRangeId.

Returns
Null if the item is not found or the item is a JointSelectionSizingResult item

Reimplemented from hyperx.api.IdEntityCol.

◆ Get() [4/4]

JointDesignResult hyperx.api.JointDesignResultCol.Get ( self,
types.JointSelectionId jointSelectionId )

Get a JointSizingResult for a JointSelectionId.

Returns
Null if the item is not found or the item is a JointRangeSizingResult item

Reimplemented from hyperx.api.IdEntityCol.

Member Data Documentation

◆ _CollectedClass

hyperx.api.JointDesignResultCol._CollectedClass = JointDesignResult
protected

Property Documentation

◆ JointDesignResultColList

hyperx.api.JointDesignResultCol.JointDesignResultColList = property
static

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