Class StiffnessMatrix2Type
- Namespace
- FemDesign.ModellingTools
- Assembly
- FemDesign.Core.dll
public class StiffnessMatrix2Type
- Inheritance
-
StiffnessMatrix2Type
- Inherited Members
- Extension Methods
Constructors
StiffnessMatrix2Type(double, double)
Construct a stiffness matrix 2 type
public StiffnessMatrix2Type(double xz, double yz)
Parameters
Fields
_xz
public double _xz
Field Value
_yz
public double _yz
Field Value
Properties
XZ
public double XZ { get; set; }
Property Value
YZ
public double YZ { get; set; }