![]() |
|
Describes a Face. More...
#include <ientitycontainer.h>
Public Member Functions | |
FaceDescriptor () | |
Constructor. | |
virtual | ~FaceDescriptor () |
Public Attributes | |
FaceLoop * | pFaceLoop |
MaterialDescriptor * | pFrontMaterialDescriptor |
MaterialDescriptor * | pBackMaterialDescriptor |
ISketchUpLayer * | pLayer |
bool | bReverse |
FaceLoop * | pInnerLoops |
int | nInnerLoops |
Describes a Face.
This structure is used in the ISketchUpEntityContainer::Fill method, and depends on the arguments therein.
A face is defined by several things:
atlast::sketchup::FaceDescriptor::FaceDescriptor | ( | ) | [inline] |
Constructor.
This constructor initializes:
virtual atlast::sketchup::FaceDescriptor::~FaceDescriptor | ( | ) | [inline, virtual] |
Destructor does nothing.
This parameter is true iff we should reverse the face.
The number of inner loops provided. By default, it's 0.
Material description for the back face.
The outer loop defining the face.
Material description for the front face.
A (possibly NULL) pointer to an array of FaceLoop objects defining the inner loops in this face.
The layer this face should live on.
©2010 Google - Google Home - About Google |