Version: 6.3.1
Functions

Deleting Groups

Grouping elements
Collaboration diagram for Deleting Groups:

Functions

def smeshDC::Mesh.RemoveGroup
 Removes a group.
def smeshDC::Mesh.RemoveGroupWithContents
 Removes a group with its contents.
def smeshDC::Mesh.ConvertToStandalone
 Convert group on geom into standalone group.

Function Documentation

def smeshDC.Mesh.ConvertToStandalone (   self,
  group 
) [inherited]

Convert group on geom into standalone group.

Definition at line 1953 of file smeshDC.py.

01954                                         :
01955         return self.mesh.ConvertToStandalone(group)

def smeshDC.Mesh.RemoveGroup (   self,
  group 
) [inherited]

Removes a group.

Definition at line 1863 of file smeshDC.py.

01864                                 :
01865         self.mesh.RemoveGroup(group)

def smeshDC.Mesh.RemoveGroupWithContents (   self,
  group 
) [inherited]

Removes a group with its contents.

Definition at line 1868 of file smeshDC.py.

01869                                             :
01870         self.mesh.RemoveGroupWithContents(group)

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