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

Public Member Functions

 __getitem__ (self, int index)
 __init__ (self, _api.DesignPropertyCol designPropertyCol)
 __iter__ (self)
 __len__ (self)
DesignProperty CreateDesignProperty (self, types.FamilyConceptUID familyConcept, types.MaterialMode materialMode=types.MaterialMode.Any, str name=None)
 Create a DesignProperty.
DesignProperty Get (self, int id)
DesignProperty Get (self, item1=None)
DesignProperty Get (self, str name)
Public Member Functions inherited from hyperx.api.IdNameEntityCol
 __getitem__ (self, int index)
 __init__ (self, _api.IdNameEntityCol idNameEntityCol)
 __iter__ (self)
 __len__ (self)
Public Member Functions inherited from hyperx.api.IdEntityCol
 __getitem__ (self, int index)
 __init__ (self, _api.IdEntityCol idEntityCol)
 __iter__ (self)
 __len__ (self)
bool Contains (self, int id)
int Count (self)

Properties

 DesignPropertyColList = property
Properties inherited from hyperx.api.IdNameEntityCol
 IdNameEntityColList = property
 Names = property
Properties inherited from hyperx.api.IdEntityCol
 IdEntityColList = property
 Ids = property

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.DesignPropertyCol.__init__ ( self,
_api.DesignPropertyCol designPropertyCol )

Member Function Documentation

◆ __getitem__()

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

◆ __iter__()

hyperx.api.DesignPropertyCol.__iter__ ( self)

◆ __len__()

hyperx.api.DesignPropertyCol.__len__ ( self)

◆ CreateDesignProperty()

DesignProperty hyperx.api.DesignPropertyCol.CreateDesignProperty ( self,
types.FamilyConceptUID familyConcept,
types.MaterialMode materialMode = types.MaterialMode.Any,
str name = None )

Create a DesignProperty.

◆ Get() [1/3]

DesignProperty hyperx.api.DesignPropertyCol.Get ( self,
int id )

Reimplemented from hyperx.api.IdNameEntityCol.

◆ Get() [2/3]

DesignProperty hyperx.api.DesignPropertyCol.Get ( self,
item1 = None )

Reimplemented from hyperx.api.IdNameEntityCol.

◆ Get() [3/3]

DesignProperty hyperx.api.DesignPropertyCol.Get ( self,
str name )

Reimplemented from hyperx.api.IdNameEntityCol.

Property Documentation

◆ DesignPropertyColList

hyperx.api.DesignPropertyCol.DesignPropertyColList = property
static

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