22834: [CEA 1347] Viscous layers: be able to choose the extrusion method
This commit is contained in:
parent
de34cc5743
commit
517fcbe5f1
@ -73,7 +73,7 @@
|
||||
<algo>NETGEN_3D=Tetrahedron()</algo>
|
||||
<hypo>MaxElementVolume=MaxElementVolume(SetMaxElementVolume())</hypo>
|
||||
<hypo>NETGEN_Parameters_3D=Parameters()</hypo>
|
||||
<hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces())</hypo>
|
||||
<hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetFaces(1),SetFaces(2),SetMethod())</hypo>
|
||||
</python-wrap>
|
||||
</algorithm>
|
||||
|
||||
|
@ -1235,7 +1235,7 @@ void NETGENPlugin_Mesher::AddIntVerticesInFaces(const netgen::OCCGeometry& o
|
||||
nodeVec.push_back( nV );
|
||||
|
||||
// get node UV
|
||||
bool uvOK = false;
|
||||
bool uvOK = true;
|
||||
vData.uv = helper.GetNodeUV( face, nV, 0, &uvOK );
|
||||
if ( !uvOK ) helper.CheckNodeUV( face, nV, vData.uv, BRep_Tool::Tolerance(V),/*force=*/1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user