Coreform Cubit 2024.3 User Documentation

Cubit Python API 2024.3
InvalidEntityException

An exception class to alert the caller that an invalid entity was attempted to be used. Likely the user is attempting to use an Entity who's underlying CubitEntity has been deleted. More...

#include <CubitInterfaceEx.hpp>

Inheritance diagram for InvalidEntityException:

Public Member Functions

const char * what () const throw ()
 

Detailed Description

An exception class to alert the caller that an invalid entity was attempted to be used. Likely the user is attempting to use an Entity who's underlying CubitEntity has been deleted.

Member Function Documentation

what()

const char * what (   ) const
throw (  
  )    
inline