Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ has_normal
Method
has_normal
src/IO/STLParser.cpp:380–382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
bool STLParser::has_normal() const {
381
return !m_facet_normals.empty();
382
}
383
384
Float STLParser::compute_bbox_diagonal_length() const {
385
const Float max_float = std::numeric_limits<Float>::max();
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected