Table of Contents

Class ExtrudedSolid

Namespace
FemDesign.Foundations
Assembly
FemDesign.Core.dll
public class ExtrudedSolid
Inheritance
ExtrudedSolid
Inherited Members
Extension Methods

Constructors

ExtrudedSolid(double, Region, bool, CuboidPlinth)

public ExtrudedSolid(double thickness, Region region, bool above = false, CuboidPlinth plinth = null)

Parameters

thickness double
region Region
above bool
plinth CuboidPlinth

Properties

Above

public bool Above { get; set; }

Property Value

bool

Plinth

public CuboidPlinth Plinth { get; set; }

Property Value

CuboidPlinth

Region

public Region Region { get; set; }

Property Value

Region

Thickness

public double Thickness { get; set; }

Property Value

double