0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

show arrows on EDGE's only
This commit is contained in:
eap 2011-01-18 10:58:51 +00:00
parent 4a3492c3f1
commit 9d606e4a9b

View File

@ -111,7 +111,7 @@ bool SMESH_PreviewActorsCollection::Init( const TopoDS_Shape& theShape, TopAbs_S
anIO->setEntry( aString.toLatin1().constData() );
// Init Actor
anActor->SetVectorMode( true );
anActor->SetVectorMode( theType==TopAbs_EDGE );
anActor->setIO( anIO );
anActor->SetSelector( mySelector );
anActor->SetPickable( true );