Table of Contents

Class PeakSmoothingRegion

Namespace
FemDesign.FiniteElements
Assembly
FemDesign.Core.dll
public class PeakSmoothingRegion : EntityBase, IStructureElement, IFemDesignEntity
Inheritance
PeakSmoothingRegion
Implements
Inherited Members
Extension Methods

Constructors

PeakSmoothingRegion(Region, bool)

public PeakSmoothingRegion(Region region, bool inactive = false)

Parameters

region Region
inactive bool

PeakSmoothingRegion(List<Contour>, bool)

public PeakSmoothingRegion(List<Contour> contours, bool inactive = false)

Parameters

contours List<Contour>
inactive bool

Fields

_contours

public List<Contour> _contours

Field Value

List<Contour>

_inactive

public bool _inactive

Field Value

bool

Properties

Contours

public List<Contour> Contours { get; set; }

Property Value

List<Contour>

Inactive

public bool Inactive { get; set; }

Property Value

bool

Region

public Region Region { get; set; }

Property Value

Region

Methods

ToString()

public override string ToString()

Returns

string