Fix for - Bug GVIEW11271

SMESH: Add Polyhedron by Faces - Crash
This commit is contained in:
apo 2006-01-31 15:47:48 +00:00
parent 60665280b0
commit 96abbe1170

View File

@ -109,6 +109,7 @@ class TPolySimulation{
myPreviewActor->PickableOff();
myPreviewActor->VisibilityOff();
myPreviewActor->SetMapper( myMapper );
myPreviewActor->SetRepresentation( 3 );
float anRGB[3];
vtkProperty* aProp = vtkProperty::New();