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

Public Member Functions

 __getitem__ (self, int index)
 __init__ (self, _api.SectionCutCol sectionCutCol)
 __iter__ (self)
 __len__ (self)
SectionCut Create (self, Vector3d origin, Vector3d normal, Vector3d horizontal, str name=None)
CollectionModificationStatus Delete (self, int id)
SectionCut Get (self, int id)
SectionCut Get (self, item1=None)
SectionCut 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

 SectionCutColList = 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.SectionCutCol.__init__ ( self,
_api.SectionCutCol sectionCutCol )

Member Function Documentation

◆ __getitem__()

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

◆ __iter__()

hyperx.api.SectionCutCol.__iter__ ( self)

◆ __len__()

hyperx.api.SectionCutCol.__len__ ( self)

◆ Create()

SectionCut hyperx.api.SectionCutCol.Create ( self,
Vector3d origin,
Vector3d normal,
Vector3d horizontal,
str name = None )

◆ Delete()

CollectionModificationStatus hyperx.api.SectionCutCol.Delete ( self,
int id )

◆ Get() [1/3]

SectionCut hyperx.api.SectionCutCol.Get ( self,
int id )

Reimplemented from hyperx.api.IdNameEntityCol.

◆ Get() [2/3]

SectionCut hyperx.api.SectionCutCol.Get ( self,
item1 = None )

Reimplemented from hyperx.api.IdNameEntityCol.

◆ Get() [3/3]

SectionCut hyperx.api.SectionCutCol.Get ( self,
str name )

Reimplemented from hyperx.api.IdNameEntityCol.

Property Documentation

◆ SectionCutColList

hyperx.api.SectionCutCol.SectionCutColList = property
static

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