#include <axlShape.h>
| Public Attributes | |
| QVector< Loop * > | loops | 
| Vector of all the loops defining the face.  More... | |
| axlAbstractSurfaceParametric * | surface | 
| Pointer to the supporting surface of type axlAbstractSurfaceParametric.  More... | |
The Face structure.
A face is composed of a vector of loops and a supporting parametric surface. By convention, the region of the face on the supporting surface is on the left of the oriented edge.
Definition at line 76 of file axlShape.h.
| QVector<Loop*> axlShape::Face::loops | 
Vector of all the loops defining the face.
Definition at line 78 of file axlShape.h.
| axlAbstractSurfaceParametric* axlShape::Face::surface | 
Pointer to the supporting surface of type axlAbstractSurfaceParametric.
Definition at line 81 of file axlShape.h.