fixed: handle rational projection basis
This commit is contained in:
parent
373cdf281e
commit
835384655c
@ -549,7 +549,8 @@ bool ASMu2D::generateFEMTopology ()
|
||||
|
||||
if (tensorPrjBas)
|
||||
{
|
||||
projBasis.reset(new LR::LRSplineSurface(tensorPrjBas));
|
||||
projBasis.reset(tensorPrjBas->rational() ? createLRNurbs(*tensorPrjBas)
|
||||
: new LR::LRSplineSurface(tensorPrjBas));
|
||||
projBasis->generateIDs();
|
||||
delete tensorPrjBas;
|
||||
tensorPrjBas = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user