Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ nb_embedding_blocks
Method
nb_embedding_blocks
src/geode/model/representation/core/brep.cpp:865–868 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
863
}
864
865
index_t BRep::nb_embedding_blocks( const Corner3D& corner ) const
866
{
867
return detail::count_range_elements( embedding_blocks( corner ) );
868
}
869
870
index_t BRep::nb_embedding_blocks( const Line3D& line ) const
871
{
Callers
4
add_internal_corner_relations
Function · 0.80
add_internal_line_relations
Function · 0.80
add_internal_surface_block_relations
Function · 0.80
test_create_brep_with_dangling_components
Function · 0.80
Calls
1
count_range_elements
Function · 0.85
Tested by
4
add_internal_corner_relations
Function · 0.64
add_internal_line_relations
Function · 0.64
add_internal_surface_block_relations
Function · 0.64
test_create_brep_with_dangling_components
Function · 0.64