Table of Contents

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

region Region
identifier string

Properties

Colouring

public EntityColor Colouring { get; set; }

Property Value

EntityColor

Region

public Region Region { get; set; }

Property Value

Region

StageId

public int StageId { get; set; }

Property Value

int

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.