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

Defines a Polygon Per Face 2D algorithm. More...

Inheritance diagram for StdMeshersBuilder_PolygonPerFace:
Inheritance graph

Public Member Functions

def __init__
 Private constructor. More...
 

Static Public Attributes

string meshMethod = "Polygon"
 name of the dynamic method in smeshBuilder.Mesh class More...
 
 algoType = POLYGON
 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 polygon 2D algorithm for faces"
 doc string of the method More...
 

Detailed Description

Defines a Polygon Per Face 2D algorithm.

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

Constructor & Destructor Documentation

Field Documentation

string meshMethod = "Polygon"
static

name of the dynamic method in smeshBuilder.Mesh class

algoType = POLYGON
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 polygon 2D algorithm for faces"
static

doc string of the method