FENode
Inherits from FEItem
Public Functions
Name | |
---|---|
FENode() |
Public Attributes
Name | |
---|---|
vec3d | r |
bool | m_bext |
double | m_ndata |
Additional inherited members
Public Functions inherited from FEItem
Name | |
---|---|
FEItem() | |
bool | IsVisible() const |
bool | IsSelected() const |
void | Select() |
void | UnSelect() |
void | Show() |
void | Hide() |
unsigned int | GetFEState() const |
void | SetFEState(unsigned int state) |
Public Attributes inherited from FEItem
Name | |
---|---|
int | m_ntag |
int | m_gid |
int | m_nid |
Public Functions Documentation
function FENode
inline FENode()
Public Attributes Documentation
variable r
vec3d r;
variable m_bext
bool m_bext;
variable m_ndata
double m_ndata;
Updated on 2024-03-17 at 12:58:44 -0600