MCPcopy Create free account
hub / github.com/comaps/comaps / limit_rect

Method limit_rect

tools/python/mwm/mwm_pygen.py:114–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 return [from_pygen_point(t) for t in self.ft.geometry()]
113
114 def limit_rect(self) -> mi.Rect:
115 r = self.ft.limit_rect()
116 return from_pygen_rect(r)
117
118 def parse(self):
119 self.ft.parse()

Callers

nothing calls this directly

Calls 1

from_pygen_rectFunction · 0.85

Tested by

no test coverage detected