MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / __check_base_pattern

Method __check_base_pattern

python/pymesh/wires/Tiler.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 self.__apply_vertex_offset()
53
54 def __check_base_pattern(self):
55 if not hasattr(self, "raw_pattern"):
56 raise RuntimeError("Base pattern is not set!")
57
58 def __check_base_patterns(self):
59 if not hasattr(self, "raw_patterns"):

Callers 2

tile_with_guide_bboxMethod · 0.95
tile_with_guide_meshMethod · 0.95

Calls 1

RuntimeErrorClass · 0.85

Tested by

no test coverage detected