MCPcopy
hub / github.com/CadQuery/cadquery / uvBounds

Method uvBounds

cadquery/occ_impl/shapes.py:3286–3291  ·  view source on GitHub ↗

Parametric bounds (u_min, u_max, v_min, v_max).

(self)

Source from the content-addressed store, hash-verified

3284 return self.uvBounds()
3285
3286 def uvBounds(self) -> tuple[float, float, float, float]:
3287 """
3288 Parametric bounds (u_min, u_max, v_min, v_max).
3289 """
3290
3291 return BRepTools.UVBounds_s(self.wrapped)
3292
3293 def paramAt(self, pt: VectorLike) -> tuple[float, float]:
3294 """

Callers 2

_uvBoundsMethod · 0.95
toLocsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected