Version: 6.3.1
Data Structures | Functions

Projection Algorithms

Defining Algorithms
Collaboration diagram for Projection Algorithms:

Data Structures

class  smeshDC.Mesh_Projection1D
 Defines a projection 1D algorithm. More...
class  smeshDC.Mesh_Projection2D
 Defines a projection 2D algorithm. More...
class  smeshDC.Mesh_Projection3D
 Defines a projection 3D algorithm. More...

Functions

def smeshDC::Mesh.Projection1D
 Creates a projection 1D algorithm for edges.
def smeshDC::Mesh.Projection2D
 Creates a projection 2D algorithm for faces.
def smeshDC::Mesh.Projection3D
 Creates a projection 3D algorithm for solids.

Function Documentation

def smeshDC.Mesh.Projection1D (   self,
  geom = 0 
) [inherited]

Creates a projection 1D algorithm for edges.

If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.

Parameters:
geomIf defined, the subshape to be meshed
Returns:
an instance of Mesh_Projection1D algorithm

Definition at line 1366 of file smeshDC.py.

01367                                   :
01368         return Mesh_Projection1D(self,  geom)

def smeshDC.Mesh.Projection2D (   self,
  geom = 0 
) [inherited]

Creates a projection 2D algorithm for faces.

If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.

Parameters:
geomIf defined, the subshape to be meshed
Returns:
an instance of Mesh_Projection2D algorithm

Definition at line 1375 of file smeshDC.py.

01376                                   :
01377         return Mesh_Projection2D(self,  geom)

def smeshDC.Mesh.Projection3D (   self,
  geom = 0 
) [inherited]

Creates a projection 3D algorithm for solids.

If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.

Parameters:
geomIf defined, the subshape to be meshed
Returns:
an instance of Mesh_Projection3D algorithm

Definition at line 1384 of file smeshDC.py.

01385                                   :
01386         return Mesh_Projection3D(self,  geom)

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