mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-07 01:27:28 +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() );
|
anIO->setEntry( aString.toLatin1().constData() );
|
||||||
|
|
||||||
// Init Actor
|
// Init Actor
|
||||||
anActor->SetVectorMode( true );
|
anActor->SetVectorMode( theType==TopAbs_EDGE );
|
||||||
anActor->setIO( anIO );
|
anActor->setIO( anIO );
|
||||||
anActor->SetSelector( mySelector );
|
anActor->SetSelector( mySelector );
|
||||||
anActor->SetPickable( true );
|
anActor->SetPickable( true );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user