mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 11:50:32 +05:00
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
show arrows on EDGE's only
This commit is contained in:
parent
4a3492c3f1
commit
9d606e4a9b
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user