Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkFeatureEdges, simply invoke its constructor as follows
obj = vtkFeatureEdges
obj is an instance of the vtkFeatureEdges class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkFeatureEdges = obj.NewInstance ()
vtkFeatureEdges = obj.SafeDownCast (vtkObject o)
obj.SetBoundaryEdges (int ) - Turn on/off the extraction of boundary edges.
int = obj.GetBoundaryEdges () - Turn on/off the extraction of boundary edges.
obj.BoundaryEdgesOn () - Turn on/off the extraction of boundary edges.
obj.BoundaryEdgesOff () - Turn on/off the extraction of boundary edges.
obj.SetFeatureEdges (int ) - Turn on/off the extraction of feature edges.
int = obj.GetFeatureEdges () - Turn on/off the extraction of feature edges.
obj.FeatureEdgesOn () - Turn on/off the extraction of feature edges.
obj.FeatureEdgesOff () - Turn on/off the extraction of feature edges.
obj.SetFeatureAngle (double ) - Specify the feature angle for extracting feature edges.
double = obj.GetFeatureAngleMinValue () - Specify the feature angle for extracting feature edges.
double = obj.GetFeatureAngleMaxValue () - Specify the feature angle for extracting feature edges.
double = obj.GetFeatureAngle () - Specify the feature angle for extracting feature edges.
obj.SetNonManifoldEdges (int ) - Turn on/off the extraction of non-manifold edges.
int = obj.GetNonManifoldEdges () - Turn on/off the extraction of non-manifold edges.
obj.NonManifoldEdgesOn () - Turn on/off the extraction of non-manifold edges.
obj.NonManifoldEdgesOff () - Turn on/off the extraction of non-manifold edges.
obj.SetManifoldEdges (int ) - Turn on/off the extraction of manifold edges.
int = obj.GetManifoldEdges () - Turn on/off the extraction of manifold edges.
obj.ManifoldEdgesOn () - Turn on/off the extraction of manifold edges.
obj.ManifoldEdgesOff () - Turn on/off the extraction of manifold edges.
obj.SetColoring (int ) - Turn on/off the coloring of edges by type.
int = obj.GetColoring () - Turn on/off the coloring of edges by type.
obj.ColoringOn () - Turn on/off the coloring of edges by type.
obj.ColoringOff () - Turn on/off the coloring of edges by type.
obj.SetLocator (vtkIncrementalPointLocator locator) - Set / get a spatial locator for merging points. By
default an instance of vtkMergePoints is used.
vtkIncrementalPointLocator = obj.GetLocator () - Set / get a spatial locator for merging points. By
default an instance of vtkMergePoints is used.
obj.CreateDefaultLocator () - Create default locator. Used to create one when none is specified.
long = obj.GetMTime () - Return MTime also considering the locator.