smeshDC.Mesh_Projection1D Class Reference

Class to define a projection 1D algorithm. More...

Inheritance diagram for smeshDC.Mesh_Projection1D:

Inheritance graph

Public Member Functions

def __init__
 Private constructor.
def SourceEdge
 Define "Source Edge" hypothesis, specifying a meshed edge to take a mesh pattern from, and optionally association of vertices between the source edge and a target one (where a hipothesis is assigned to).
def __init__
def GetSubMesh
 If the algorithm is global, return 0;
else return the submesh associated to this algorithm.
def GetAlgorithm
 Return the wrapped mesher.
def GetCompatibleHypothesis
 Get list of hypothesis that can be used with this algorithm.
def GetName
 Get name of algo.
def SetName
 Set name to algo.
def GetId
 Get id of algo.
def Create
 Private method.
def Hypothesis
 Private method.

Data Fields

 smesh
 mesh
 geom
 subm
 algo

Detailed Description

More details.


Member Function Documentation

def smeshDC.Mesh_Projection1D.__init__ (   self,
  mesh,
  geom = 0 
)

def smeshDC.Mesh_Projection1D.SourceEdge (   self,
  edge,
  mesh = None,
  srcV = None,
  tgtV = None 
)

Parameters:
edge to take nodes distribution from
mesh to take nodes distribution from (optional)
srcV is vertex of edge to associate with tgtV (optional)
tgtV is vertex of the edge where the algorithm is assigned, to associate with srcV (optional)

def smeshDC.Mesh_Algorithm.__init__ (   self,
  smesh 
) [inherited]

def smeshDC.Mesh_Algorithm.GetSubMesh (   self  )  [inherited]

def smeshDC.Mesh_Algorithm.GetAlgorithm (   self  )  [inherited]

def smeshDC.Mesh_Algorithm.GetCompatibleHypothesis (   self  )  [inherited]

def smeshDC.Mesh_Algorithm.GetName (   self  )  [inherited]

def smeshDC.Mesh_Algorithm.SetName (   self,
  name 
) [inherited]

def smeshDC.Mesh_Algorithm.GetId (   self  )  [inherited]

def smeshDC.Mesh_Algorithm.Create (   self,
  mesh,
  geom,
  hypo,
  so = "libStdMeshersEngine.so" 
) [inherited]

def smeshDC.Mesh_Algorithm.Hypothesis (   self,
  hyp,
  args = [],
  so = "libStdMeshersEngine.so" 
) [inherited]


Field Documentation

smeshDC.Mesh_Algorithm.smesh [inherited]

smeshDC.Mesh_Algorithm.mesh [inherited]

smeshDC.Mesh_Algorithm.geom [inherited]

Reimplemented in smeshDC.Mesh_Segment.

smeshDC.Mesh_Algorithm.subm [inherited]

smeshDC.Mesh_Algorithm.algo [inherited]