Class Diaphragm
- Namespace
- FemDesign.ModellingTools
- Assembly
- FemDesign.Core.dll
public class Diaphragm : NamedEntityBase, INamedEntity, IStructureElement, IFemDesignEntity, IStageElement
- Inheritance
-
Diaphragm
- Implements
- Inherited Members
- Extension Methods
Constructors
Diaphragm(Region, string)
public Diaphragm(Region region, string identifier)
Parameters
Properties
Colouring
public EntityColor Colouring { get; set; }
Property Value
Region
public Region Region { get; set; }
Property Value
StageId
public int StageId { get; set; }
Property Value
Methods
GetUniqueInstanceCount()
This value will be used to set number (like ".1") part of the entity name (like "B.1"). Typically this is a counter starting at 1 and incrementing for each new instance of this class that has been created.
protected override int GetUniqueInstanceCount()
Returns
- int
A unique number.