Table of Contents

Class MeshElements

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll
public class MeshElements : GlobConfig
Inheritance
MeshElements
Inherited Members
Extension Methods

Constructors

MeshElements(bool, double, bool, int, double)

public MeshElements(bool elemCalcRegion = true, double elemeSizeDiv = 6, bool correctToMinDivNum = true, int defaultDiv = 2, double defaultAngle = 15)

Parameters

elemCalcRegion bool
elemeSizeDiv double
correctToMinDivNum bool
defaultDiv int
defaultAngle double

Fields

_correctToMinDivNum

public int _correctToMinDivNum

Field Value

int

_defaultAngle

public double _defaultAngle

Field Value

double

_defaultDivision

public int _defaultDivision

Field Value

int

_elemCalcRegion

public int _elemCalcRegion

Field Value

int

Properties

CorrectToMinDivNum

public bool CorrectToMinDivNum { get; set; }

Property Value

bool

DefaultAngle

public double DefaultAngle { get; set; }

Property Value

double

DefaultDivision

public int DefaultDivision { get; set; }

Property Value

int

ElemCalcRegion

public bool ElemCalcRegion { get; set; }

Property Value

bool

ElemSizeDiv

public double ElemSizeDiv { get; set; }

Property Value

double

Methods

Default()

public static MeshElements Default()

Returns

MeshElements