MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Single constraint on a vertex (reduces degrees of freedom by 1) More...
Public Types | |
enum | Constraint { XC = 0, YC = 1, ZC = 2 } |
Public Member Functions | |
VertexConstraint (int a, double c) | |
Public Attributes | |
Constraint | axis |
double | coord |
Single constraint on a vertex (reduces degrees of freedom by 1)
Definition at line 118 of file XYRectangle.hpp.
MBMesquite::XYRectangle::VertexConstraint::VertexConstraint | ( | int | a, |
double | c | ||
) | [inline] |
Definition at line 126 of file XYRectangle.hpp.
: axis( (Constraint)a ), coord( c ) {}
Definition at line 127 of file XYRectangle.hpp.
Definition at line 128 of file XYRectangle.hpp.