mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-12 09:40:35 +05:00
Implementation of the following issues:
1) 0022385: [CEA 975] The icon "Clipping" is missing in OCC view 2) 0021793: [CEA 625] Clipping : from coordinates or from bounding box 3) 0021792: [CEA 624] Keep the clipping
This commit is contained in:
parent
7cb2566ca6
commit
b5758e0f9c
@ -341,6 +341,9 @@ void GEOMBase_Helper::displayPreview( GEOM::GEOM_Object_ptr object,
|
||||
SALOME_Prs* aPrs = getDisplayer()->BuildPrs( object );
|
||||
if ( aPrs == 0 || aPrs->IsNull() )
|
||||
return;
|
||||
|
||||
// Make preview not clippable
|
||||
aPrs->SetClippable (false);
|
||||
|
||||
// Display prs
|
||||
displayPreview( aPrs, append, update );
|
||||
|
Loading…
Reference in New Issue
Block a user