Mess of Gauss Points presentation are shown in the Viewers after loading of two files and creation of two compounds of gauss points and activation of ?Segmentation Cursor? for one presentation
bool anIsSegementation = IsSegmentationEnabled();
myDeviceActor->SetVisibility(aVisisbility && !anIsSegementation);
myInsideDeviceActor->SetVisibility(aVisisbility && anIsSegementation);
- myOutsideDeviceActor->SetVisibility(anIsSegementation);
+ myOutsideDeviceActor->SetVisibility(aVisisbility && anIsSegementation);
break;
}
default: