Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ writeOBJ
Function
writeOBJ
src/meshTools/meshTools/meshTools.C:202–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
201
202
void Foam::meshTools::writeOBJ
203
(
204
Ostream& os,
205
const point& pt
206
)
207
{
208
os <<
"v "
<< pt.x() <<
' '
<< pt.y() <<
' '
<< pt.z() << endl;
209
}
210
211
212
void Foam::meshTools::writeOBJ
Callers
15
meshToolsTemplates.C
File · 0.70
update
Function · 0.50
calcSamples
Function · 0.50
dumpMove
Function · 0.50
dumpIntersections
Function · 0.50
getBafflePatches
Function · 0.50
calcDual
Function · 0.50
calcFeatures
Function · 0.50
CellZoneInjection.C
File · 0.50
InteractionLists.C
File · 0.50
resetAMI
Function · 0.50
AMIInterpolation.C
File · 0.50
Calls
6
forAll
Function · 0.50
x
Method · 0.45
y
Method · 0.45
z
Method · 0.45
size
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected