Version: 8.3.0
Home
 All Data Structures Namespaces Files Functions Variables Groups
StdMeshersBuilder_UseExistingElements_1D Class Reference

Defines a Use Existing Elements 1D algorithm. More...

Inheritance diagram for StdMeshersBuilder_UseExistingElements_1D:
Inheritance graph

Public Member Functions

def __init__
 Private constructor. More...
 
def SourceEdges
 Defines "Source edges" hypothesis, specifying groups of edges to import. More...
 

Static Public Attributes

string meshMethod = "UseExisting1DElements"
 name of the dynamic method in smeshBuilder.Mesh class More...
 
string algoType = "Import_1D"
 type of algorithm used with helper function in smeshBuilder.Mesh class More...
 
 isDefault = True
 flag pointing whether this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class More...
 
string docHelper = "Creates 1D algorithm for edges with reusing of existing mesh elements"
 doc string of the method More...
 

Detailed Description

Defines a Use Existing Elements 1D algorithm.

It is created by calling smeshBuilder.Mesh.UseExisting1DElements(geom=0)

Constructor & Destructor Documentation

Member Function Documentation

def SourceEdges (   self,
  groups,
  toCopyMesh = False,
  toCopyGroups = False,
  UseExisting = False 
)

Defines "Source edges" hypothesis, specifying groups of edges to import.

Parameters
groupslist of groups of edges
toCopyMeshif True, the whole mesh groups belong to is imported
toCopyGroupsif True, all groups of the mesh groups belong to are imported
UseExistingif ==true - searches for the existing hypothesis created with the same parameters, else (default) - creates a new one

References smeshBuilder.AssureGeomPublished(), Mesh_Algorithm.Hypothesis(), Mesh_Algorithm.mesh, Mesh.mesh, submeshProxy.mesh, meshEditor.mesh, and algoCreator.mesh.

Field Documentation

string meshMethod = "UseExisting1DElements"
static

name of the dynamic method in smeshBuilder.Mesh class

string algoType = "Import_1D"
static

type of algorithm used with helper function in smeshBuilder.Mesh class

isDefault = True
static

flag pointing whether this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class

string docHelper = "Creates 1D algorithm for edges with reusing of existing mesh elements"
static

doc string of the method