vtkUGFacetReader - read EDS Unigraphics facet files
Super Class: vtkPolyDataSource
Description:
vtkUGFacetReader is a source object that reads Unigraphics facet files. Unigraphics is a solid modelling system; facet files are the polygonal plot files it uses to create 3D plots.
Methods:
void vtkUGFacetReader () | |
void vtkUGFacetReader () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
static vtkUGFacetReader *New () | |
unsigned long GetMTime () | |
void SetFileName (char *) | |
char *GetFileName () | |
int GetNumberOfParts () | |
short GetPartColorIndex (int ) | |
void SetPartNumber (int ) | |
int GetPartNumber () | |
void SetMerging (int ) | |
int GetMerging () | |
void MergingOn () | |
void MergingOff () | |
void SetLocator (vtkPointLocator *) | |
vtkPointLocator *GetLocator () | |
void CreateDefaultLocator () | |
void SetLocator (vtkPointLocator &) | |
void Execute () |
Detailed Method Descriptions:
static vtkUGFacetReader *New () |
unsigned long GetMTime () |
void SetFileName (char *) | |
char *GetFileName () |
int GetNumberOfParts () |
short GetPartColorIndex (int ) |
void SetPartNumber (int ) | |
int GetPartNumber () |
void SetMerging (int ) | |
int GetMerging () | |
void MergingOn () | |
void MergingOff () |
void SetLocator (vtkPointLocator *) | |
vtkPointLocator *GetLocator () |
void CreateDefaultLocator () |
void SetLocator (vtkPointLocator &) |