Go to Google Code Home
Google SketchUp SkpWriter C++ API Documentation (Labs)

Public Member Functions | Public Attributes

atlast::sketchup::FaceLoop Class Reference

Structure holding the definition of a loop inside a face. More...

#include <ientitycontainer.h>

List of all members.

Public Member Functions

 FaceLoop ()
virtual ~FaceLoop ()

Public Attributes

int nIndices
int * pIndices
EdgeDescriptors * pEdgeDescriptors

Detailed Description

Structure holding the definition of a loop inside a face.

This struct is used to describe inner loops (holes) in a face.

This structure is used in the ISketchUpEntityContainer::Fill method, and depends on the arguments therein.


Constructor & Destructor Documentation

atlast::sketchup::FaceLoop::FaceLoop (  )  [inline]

Initializes data to zero or NULL.

virtual atlast::sketchup::FaceLoop::~FaceLoop (  )  [inline, virtual]

Destructor does nothing.


Member Data Documentation

The number of points in the loop

EdgeDescriptors - can be NULL

The points defining the loop


©2010 Google - Google Home - About Google