xc
|
Order in edges of an hexahedron face. More...
#include <Body.h>
Public Member Functions | |
SideSequence (const size_t first=1, const bool &forward=true) | |
Constructor. | |
bool | operator== (const SideSequence &other) const |
const bool & | isDirect (void) const |
Return true if the edge sequence is direct (edge1 -> edge4). | |
boost::python::dict | getPyDict (void) const |
Return a Python dictionary with the object members values. | |
void | setPyDict (const boost::python::dict &) |
Set the values of the object members from a Python dictionary. | |
Public Attributes | |
size_t | l1 |
Index edge 1. | |
size_t | l2 |
Index edge 2. | |
size_t | l3 |
Index edge 3. | |
size_t | l4 |
Index edge 4. | |
bool | forward |
Forward or reverse sequence. | |
Order in edges of an hexahedron face.