Developer documentation | Axl-2.5.1

axlShape::Face Struct Reference

The Face structure. More...

#include <axlShape.h>

Public Attributes

QVector< Loop * > loops
 Vector of all the loops defining the face. More...
 
axlAbstractSurfaceParametricsurface
 Pointer to the supporting surface of type axlAbstractSurfaceParametric. More...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: