Table of Contents

Class MeshPrepare

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

Constructors

MeshPrepare(bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool)

public MeshPrepare(bool autoRegen = true, bool thPeak = true, bool thBeam = false, bool thColumn = true, bool thTruss = false, bool thFicBeam = false, bool thFreeEdge = false, bool thRegionBorder = false, bool thSuppPt = true, bool thSuppLn = false, bool thSuppSf = false, bool thEdgeConn = false, bool thConnPt = false, bool thConnLn = false, bool thConnSf = false, bool thLoadPt = false, bool thLoadLn = false, bool thLoadSf = false, bool thFixPt = false, bool thFixLn = false, bool autoRebuild = true, bool autoSmooth = true, bool autoCheck = false)

Parameters

autoRegen bool
thPeak bool
thBeam bool
thColumn bool
thTruss bool
thFicBeam bool
thFreeEdge bool
thRegionBorder bool
thSuppPt bool
thSuppLn bool
thSuppSf bool
thEdgeConn bool
thConnPt bool
thConnLn bool
thConnSf bool
thLoadPt bool
thLoadLn bool
thLoadSf bool
thFixPt bool
thFixLn bool
autoRebuild bool
autoSmooth bool
autoCheck bool

Fields

_autoCheck

public int _autoCheck

Field Value

int

_autoRebuild

public int _autoRebuild

Field Value

int

_autoRegen

public int _autoRegen

Field Value

int

_autoSmooth

public int _autoSmooth

Field Value

int

_thBeam

public int _thBeam

Field Value

int

_thColumn

public int _thColumn

Field Value

int

_thConnLn

public int _thConnLn

Field Value

int

_thConnPt

public int _thConnPt

Field Value

int

_thConnSf

public int _thConnSf

Field Value

int

_thEdgeConn

public int _thEdgeConn

Field Value

int

_thFicBeam

public int _thFicBeam

Field Value

int

_thFixLn

public int _thFixLn

Field Value

int

_thFixPt

public int _thFixPt

Field Value

int

_thFreeEdge

public int _thFreeEdge

Field Value

int

_thLoadLn

public int _thLoadLn

Field Value

int

_thLoadPt

public int _thLoadPt

Field Value

int

_thLoadSf

public int _thLoadSf

Field Value

int

_thPeak

public int _thPeak

Field Value

int

_thRegionBordger

public int _thRegionBordger

Field Value

int

_thSuppLn

public int _thSuppLn

Field Value

int

_thSuppSf

public int _thSuppSf

Field Value

int

_thSupptPt

public int _thSupptPt

Field Value

int

_thTruss

public int _thTruss

Field Value

int

Properties

AutoCheck

public bool AutoCheck { get; set; }

Property Value

bool

AutoRebuild

public bool AutoRebuild { get; set; }

Property Value

bool

AutoRegen

public bool AutoRegen { get; set; }

Property Value

bool

AutoSmooth

public bool AutoSmooth { get; set; }

Property Value

bool

ThBeam

public bool ThBeam { get; set; }

Property Value

bool

ThColumn

public bool ThColumn { get; set; }

Property Value

bool

ThConnLn

public bool ThConnLn { get; set; }

Property Value

bool

ThConnPt

public bool ThConnPt { get; set; }

Property Value

bool

ThConnSf

public bool ThConnSf { get; set; }

Property Value

bool

ThEdgeConn

public bool ThEdgeConn { get; set; }

Property Value

bool

ThFicBeam

public bool ThFicBeam { get; set; }

Property Value

bool

ThFixLn

public bool ThFixLn { get; set; }

Property Value

bool

ThFixPt

public bool ThFixPt { get; set; }

Property Value

bool

ThFreeEdge

public bool ThFreeEdge { get; set; }

Property Value

bool

ThLoadLn

public bool ThLoadLn { get; set; }

Property Value

bool

ThLoadPt

public bool ThLoadPt { get; set; }

Property Value

bool

ThLoadSf

public bool ThLoadSf { get; set; }

Property Value

bool

ThPeak

public bool ThPeak { get; set; }

Property Value

bool

ThRegionBordger

public bool ThRegionBordger { get; set; }

Property Value

bool

ThSuppLn

public bool ThSuppLn { get; set; }

Property Value

bool

ThSuppSf

public bool ThSuppSf { get; set; }

Property Value

bool

ThSupptPt

public bool ThSupptPt { get; set; }

Property Value

bool

ThTruss

public bool ThTruss { get; set; }

Property Value

bool

Methods

Default()

public static MeshPrepare Default()

Returns

MeshPrepare