Skip to content

Project OpenGeode-Inspector

class BRepBlocksTopology

Class for inspecting the topology of a BRep model blocks through their unique vertices

Functions

BRepBlocksTopology

cpp
public void BRepBlocksTopology(const BRep & brep)
public void BRepBlocksTopology(const BRep & brep)

brep_blocks_topology_is_valid

cpp
public bool brep_blocks_topology_is_valid(index_t unique_vertex_index)
public bool brep_blocks_topology_is_valid(index_t unique_vertex_index)

unique_vertex_is_part_of_two_blocks_and_no_boundary_surface

cpp
public std::optional<std::string> unique_vertex_is_part_of_two_blocks_and_no_boundary_surface(index_t unique_vertex_index)
public std::optional<std::string> unique_vertex_is_part_of_two_blocks_and_no_boundary_surface(index_t unique_vertex_index)

unique_vertex_block_cmvs_count_is_incorrect

cpp
public std::optional<std::string> unique_vertex_block_cmvs_count_is_incorrect(index_t unique_vertex_index)
public std::optional<std::string> unique_vertex_block_cmvs_count_is_incorrect(index_t unique_vertex_index)

inspect_blocks

cpp
public BRepBlocksTopologyInspectionResult inspect_blocks()
public BRepBlocksTopologyInspectionResult inspect_blocks()

Geode-solutions' documentation website