MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / embedding_blocks

Method embedding_blocks

src/geode/model/representation/core/brep.cpp:542–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 }
541
542 BRep::EmbeddingBlockRange BRep::embedding_blocks(
543 const Corner3D& corner ) const
544 {
545 return { *this, corner };
546 }
547
548 BRep::EmbeddingBlockRange::EmbeddingBlockRange(
549 const BRep& brep, const Corner3D& corner )

Callers 4

define_brepFunction · 0.80

Calls

no outgoing calls