Esempio n. 1
0
 def GetBoundaryClosure(self, bdr_attr_is_ess, bdr_vertices, bdr_edges):
     r"""GetBoundaryClosure(NCMesh self, intArray bdr_attr_is_ess, intArray bdr_vertices, intArray bdr_edges)"""
     return _ncmesh.NCMesh_GetBoundaryClosure(self, bdr_attr_is_ess,
                                              bdr_vertices, bdr_edges)
Esempio n. 2
0
 def GetBoundaryClosure(self, bdr_attr_is_ess, bdr_vertices, bdr_edges):
     return _ncmesh.NCMesh_GetBoundaryClosure(self, bdr_attr_is_ess,
                                              bdr_vertices, bdr_edges)