PyMpc
Python package for STKO v.2.0
PyMpc.MpcOdbResultFieldNode Class Reference

Field of nodal results in an output database. More...

Public Member Functions

def __init__ (self)
 Class constructor to instantiate an empty object. More...
 
def __init__ (self, n)
 Class constructor to instantiate an object with reference to a specific node. More...
 

Detailed Description

Field of nodal results in an output database.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def PyMpc.MpcOdbResultFieldNode.__init__ (   self)

Class constructor to instantiate an empty object.

Parameters
selfThe object pointer.

◆ __init__() [2/2]

def PyMpc.MpcOdbResultFieldNode.__init__ (   self,
  n 
)

Class constructor to instantiate an object with reference to a specific node.

Parameters
selfThe object pointer.
nInteger. Index of the node on which to query the field of results.