Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenWebCAD/node-occ
/ numNormals
Method
numNormals
src/Mesh.h:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
int32_t numNormals() {
79
return (int32_t) _normals.size();
80
}
81
82
int32_t numEdges() {
83
return (int32_t) _edgeIndices.size()>>1;
Callers
1
NAN_METHOD
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected