vtkRibbonFilter - create oriented ribbons from lines defined in polygonal dataset
Super Class: vtkPolyDataToPolyDataFilter
Description:
vtkRibbonFilter is a filter to create oriented ribbons from lines defined in polygonal dataset. The orientation of the ribbon is along the line segments and perpendicular to "projected" line normals. Projected line normals are the original line normals projected to be perpendicular to the local line segment. An offset angle can be specified to rotate the ribbon with respect to the normal. The input line must not have duplicate points, or normals at points that are parallel to the incoming/outgoing line segments. (Duplicate points can be removed with vtkCleanPolyData.)
See Also:
Methods:
void vtkRibbonFilter () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
static vtkRibbonFilter *New () | |
void SetWidth (float ) | |
float GetWidth () | |
void SetAngle (float ) | |
float GetAngle () | |
void SetVaryWidth (int ) | |
int GetVaryWidth () | |
void VaryWidthOn () | |
void VaryWidthOff () | |
void SetWidthFactor (float ) | |
float GetWidthFactor () | |
void SetDefaultNormal (float ,float ,float ) | |
void SetDefaultNormal (float *) | |
float *GetDefaultNormal () | |
void SetUseDefaultNormal (int ) | |
int GetUseDefaultNormal () | |
void UseDefaultNormalOn () | |
void UseDefaultNormalOff () | |
void Execute () |
Detailed Method Descriptions:
static vtkRibbonFilter *New () |
void SetWidth (float ) | |
float GetWidth () |
void SetAngle (float ) | |
float GetAngle () |
void SetVaryWidth (int ) | |
int GetVaryWidth () | |
void VaryWidthOn () | |
void VaryWidthOff () |
void SetWidthFactor (float ) | |
float GetWidthFactor () |
void SetDefaultNormal (float ,float ,float ) | |
void SetDefaultNormal (float *) | |
float *GetDefaultNormal () |
void SetUseDefaultNormal (int ) | |
int GetUseDefaultNormal () | |
void UseDefaultNormalOn () | |
void UseDefaultNormalOff () |