mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: writeOBJ faces - use face instead of lines
This commit is contained in:
@ -49,7 +49,7 @@ void Foam::meshTools::writeOBJ
|
||||
}
|
||||
}
|
||||
|
||||
os << 'l';
|
||||
os << 'f';
|
||||
forAll(f, fp)
|
||||
{
|
||||
os << ' ' << foamToObj[f[fp]]+1;
|
||||
|
||||
Reference in New Issue
Block a user