mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-15 01:40:33 +05:00
0020668: [CEA] FitAll and points
Additional changes for Displayer
This commit is contained in:
parent
961d75ce65
commit
1859b94fce
@ -550,7 +550,7 @@ void GEOM_Displayer::Update( SALOME_OCCPrs* prs )
|
||||
AISShape = new GEOM_AISShape (myShape, "");
|
||||
}
|
||||
// Temporary staff: vertex must be infinite for correct visualization
|
||||
AISShape->SetInfiniteState( myShape.Infinite() || myShape.ShapeType() == TopAbs_VERTEX );
|
||||
AISShape->SetInfiniteState( myShape.Infinite() ); // || myShape.ShapeType() == TopAbs_VERTEX // VSR: 05/04/2010: Fix 20668 (Fit All for points & lines)
|
||||
|
||||
// Setup shape properties here ..., e.g. display mode, color, transparency, etc
|
||||
AISShape->SetDisplayMode( myDisplayMode );
|
||||
|
Loading…
Reference in New Issue
Block a user