Table of Contents

Class RigidityDataLibType3

Namespace
FemDesign.Releases
Assembly
FemDesign.Core.dll
public class RigidityDataLibType3 : LibraryBase, IFemDesignEntity, ILibraryBase
Inheritance
RigidityDataLibType3
Implements
Inherited Members
Extension Methods

Constructors

RigidityDataLibType3()

Parameter less constructor for serialization

public RigidityDataLibType3()

RigidityDataLibType3(RigidityDataType3, string)

Library type for RigidityDataType3.

public RigidityDataLibType3(RigidityDataType3 rigidity, string name)

Parameters

rigidity RigidityDataType3

The rigidity to store in library

name string

Library name

Properties

Rigidity

public RigidityDataType3 Rigidity { get; set; }

Property Value

RigidityDataType3