Version: 6.3.1
Functions

Constructing submeshes

Creating meshes
Collaboration diagram for Constructing submeshes:

Functions

def smeshDC::Mesh.GetSubMesh
 Gets the subMesh object associated to a theSubObject geometrical object.

Function Documentation

def smeshDC.Mesh.GetSubMesh (   self,
  geom,
  name 
) [inherited]

Gets the subMesh object associated to a theSubObject geometrical object.

The subMesh object gives access to the IDs of nodes and elements.

Parameters:
geoma geometrical object (shape)
namea name for the submesh
Returns:
an object of type SMESH_SubMesh, representing a part of mesh, which lies on the given shape

Definition at line 1172 of file smeshDC.py.

01173                                     :
01174         AssureGeomPublished( self, geom, name )
01175         submesh = self.mesh.GetSubMesh( geom, name )
01176         return submesh

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS