Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ nb_internal_lines
Method
nb_internal_lines
src/geode/model/representation/core/brep.cpp:830–833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
828
}
829
830
index_t BRep::nb_internal_lines( const Surface3D& surface ) const
831
{
832
return detail::count_range_elements( internal_lines( surface ) );
833
}
834
835
index_t BRep::nb_internal_corners( const Block3D& block ) const
836
{
Callers
2
add_internal_line_relations
Function · 0.45
add_internal_line_relations
Function · 0.45
Calls
1
count_range_elements
Function · 0.85
Tested by
2
add_internal_line_relations
Function · 0.36
add_internal_line_relations
Function · 0.36