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

Public Member Functions

 __getitem__ (self, int index)
 __init__ (self, _api.OrthotropicCol orthotropicCol)
 __iter__ (self)
 __len__ (self)
bool Contains (self, str materialName)
 Check if an orthotropic material exists in this collection.
Orthotropic Copy (self, str orthoToCopyName, str newMaterialName=None, int femId=None)
int Count (self)
Orthotropic Create (self, str materialFamilyName, float thickness, float density, str newMaterialName=None, int femId=None)
bool Delete (self, str materialName)
 Delete an orthotropic material by name.
Orthotropic Get (self, str materialName)
 Look up an Orthotropic material by its name.

Protected Attributes

 _Entity = orthotropicCol

Properties

 OrthotropicColList = property

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.OrthotropicCol.__init__ ( self,
_api.OrthotropicCol orthotropicCol )

Member Function Documentation

◆ __getitem__()

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

◆ __iter__()

hyperx.api.OrthotropicCol.__iter__ ( self)

◆ __len__()

hyperx.api.OrthotropicCol.__len__ ( self)

◆ Contains()

bool hyperx.api.OrthotropicCol.Contains ( self,
str materialName )

Check if an orthotropic material exists in this collection.

◆ Copy()

Orthotropic hyperx.api.OrthotropicCol.Copy ( self,
str orthoToCopyName,
str newMaterialName = None,
int femId = None )

◆ Count()

int hyperx.api.OrthotropicCol.Count ( self)

◆ Create()

Orthotropic hyperx.api.OrthotropicCol.Create ( self,
str materialFamilyName,
float thickness,
float density,
str newMaterialName = None,
int femId = None )

◆ Delete()

bool hyperx.api.OrthotropicCol.Delete ( self,
str materialName )

Delete an orthotropic material by name.

Returns false if the method the material is not found.

◆ Get()

Orthotropic hyperx.api.OrthotropicCol.Get ( self,
str materialName )

Look up an Orthotropic material by its name.

Member Data Documentation

◆ _Entity

hyperx.api.OrthotropicCol._Entity = orthotropicCol
protected

Property Documentation

◆ OrthotropicColList

hyperx.api.OrthotropicCol.OrthotropicColList = property
static

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