mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
PAL16892 (impossible to create Distribution of Layers hypothesis, for Radial Prism 3D algorithm)
- myHypTypes = SMESH::GetAvailableHypotheses( false, 0 ); + myHypTypes = SMESH::GetAvailableHypotheses( false, 1 );
This commit is contained in:
parent
a97aac6c22
commit
a78f064b8c
@ -121,7 +121,7 @@ void StdMeshersGUI_LayerDistributionParamWdg::init()
|
||||
// Add to pop-up hypotheses of "Regular_1D" algo
|
||||
myHypTypePopup->clear();
|
||||
HypothesisData* algoData = SMESH::GetHypothesisData( "Regular_1D" );
|
||||
myHypTypes = SMESH::GetAvailableHypotheses( false, 0 );
|
||||
myHypTypes = SMESH::GetAvailableHypotheses( false, 1 );
|
||||
QStringList::const_iterator anIter = myHypTypes.begin();
|
||||
for ( ; anIter != myHypTypes.end(); ++anIter )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user