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

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

Inheritance diagram for StdMeshersBuilder_UseExisting_2D:
Inheritance graph

Public Member Functions

def __init__
 Private constructor. More...
 

Static Public Attributes

string meshMethod = "UseExistingFaces"
 name of the dynamic method in smeshBuilder.Mesh class More...
 
string algoType = "UseExisting_2D"
 type of algorithm used with helper function in smeshBuilder.Mesh class More...
 
string docHelper = "Creates 2D algorithm allowing batch meshing of faces"
 doc string of the method More...
 

Detailed Description

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

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

Constructor & Destructor Documentation

Field Documentation

string meshMethod = "UseExistingFaces"
static

name of the dynamic method in smeshBuilder.Mesh class

string algoType = "UseExisting_2D"
static

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

string docHelper = "Creates 2D algorithm allowing batch meshing of faces"
static

doc string of the method