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
thicknessdoubleregionRegionaboveboolplinthCuboidPlinth
Properties
Above
public bool Above { get; set; }
Property Value
Plinth
public CuboidPlinth Plinth { get; set; }
Property Value
Region
public Region Region { get; set; }
Property Value
Thickness
public double Thickness { get; set; }