Cubit Python API  16.04
Public Member Functions | Public Attributes
AssemblyItem

Class to implement assembly tree interface. More...

Public Member Functions

  AssemblyItem ()
 
  ~AssemblyItem ()
 
int  get_id ()
 
int  get_instance ()
 
int  get_level ()
 
std::string  get_name ()
 
std::string  get_path ()
 
std::string  get_type ()
 
void  set_id (int aid)
 
void  set_instance (int ainstance)
 
void  set_level (int alevel)
 
void  set_name (std::string aname)
 
void  set_path (std::string apath)
 
void  set_type (std::string atype)
 

Public Attributes

std::vector< int >  volume_id_list
 

Detailed Description

Class to implement assembly tree interface.

Constructor & Destructor Documentation

◆ AssemblyItem()

AssemblyItem (   )  
inline

 

◆ ~AssemblyItem()

~AssemblyItem (   )  
inline

 

Member Function Documentation

◆ get_id()

int get_id (   )  
inline

 

◆ get_instance()

int get_instance (   )  
inline

 

◆ get_level()

int get_level (   )  
inline

 

◆ get_name()

std::string get_name (   )  
inline

 

◆ get_path()

std::string get_path (   )  
inline

 

◆ get_type()

std::string get_type (   )  
inline

 

◆ set_id()

void set_id ( int  aid )  
inline

 

◆ set_instance()

void set_instance ( int  ainstance )  
inline

 

◆ set_level()

void set_level ( int  alevel )  
inline

 

◆ set_name()

void set_name ( std::string  aname )  
inline

 

◆ set_path()

void set_path ( std::string  apath )  
inline

 

◆ set_type()

void set_type ( std::string  atype )  
inline

 

Member Data Documentation

◆ volume_id_list

std::vector<int> volume_id_list