Version: 6.3.1
Home
Functions

Removing nodes and elements

Modifying meshes

Functions

def RemoveElements
 Removes the elements from the mesh by ids.
def RemoveNodes
 Removes nodes from mesh by ids.
def RemoveOrphanNodes
 Removes all orphan (free) nodes from mesh.

Function Documentation

def RemoveElements (   self,
  IDsOfElements 
) [inherited]

Removes the elements from the mesh by ids.

Parameters:
IDsOfElementsis a list of ids of elements to remove
Returns:
True or False
def RemoveNodes (   self,
  IDsOfNodes 
) [inherited]

Removes nodes from mesh by ids.

Parameters:
IDsOfNodesis a list of ids of nodes to remove
Returns:
True or False
def RemoveOrphanNodes (   self) [inherited]

Removes all orphan (free) nodes from mesh.

Returns:
number of the removed nodes
 All Data Structures Namespaces Files Functions Variables
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