Source code for pyleecan.Methods.Geometry.SurfRing.check

# -*- coding: utf-8 -*-
[docs]def check(self): """assert the Surface is correct Parameters ---------- self : SurfRing A SurfRing object Returns ------- None """ self.out_surf.check() self.in_surf.check()