MCPcopy 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 {

Calls 1

count_range_elementsFunction · 0.85