mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-12 17:50: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
@ -342,6 +342,9 @@ void GEOMBase_Helper::displayPreview( GEOM::GEOM_Object_ptr object,
|
|||||||
if ( aPrs == 0 || aPrs->IsNull() )
|
if ( aPrs == 0 || aPrs->IsNull() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// Make preview not clippable
|
||||||
|
aPrs->SetClippable (false);
|
||||||
|
|
||||||
// Display prs
|
// Display prs
|
||||||
displayPreview( aPrs, append, update );
|
displayPreview( aPrs, append, update );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user