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

Defines a stub 1D algorithm, which enables "manual" creation of nodes and segments usable by 2D algorithms. More...

Inheritance diagram for StdMeshersBuilder_UseExisting_1D:
Inheritance graph

Public Member Functions

def __init__
 Private constructor. More...
 

Static Public Attributes

string meshMethod = "UseExistingSegments"
 name of the dynamic method in smeshBuilder.Mesh class More...
 
string algoType = "UseExisting_1D"
 type of algorithm used with helper function in smeshBuilder.Mesh class More...
 
string docHelper = "Creates 1D algorithm allowing batch meshing of edges"
 doc string of the method More...
 

Detailed Description

Defines a stub 1D algorithm, which enables "manual" creation of nodes and segments usable by 2D algorithms.

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

Constructor & Destructor Documentation

Field Documentation

string meshMethod = "UseExistingSegments"
static

name of the dynamic method in smeshBuilder.Mesh class

string algoType = "UseExisting_1D"
static

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

string docHelper = "Creates 1D algorithm allowing batch meshing of edges"
static

doc string of the method