class OldFeEdge_t
{
public:
    float32 m_flK[3];
    float32 invA;
    float32 t;
    float32 flThetaRelaxed;
    float32 flThetaFactor;
    float32 c01;
    float32 c02;
    float32 c03;
    float32 c04;
    float32 flAxialModelDist;
    float32 flAxialModelWeights[4];
    uint16 m_nNode[4];
};

KV3 Class Defaults

{
    m_flK = [ 0.0, 0.0, 0.0 ]
    invA = 0.0
    t = 0.0
    flThetaRelaxed = 0.0
    flThetaFactor = 0.0
    c01 = 0.0
    c02 = 0.0
    c03 = 0.0
    c04 = 0.0
    flAxialModelDist = 0.0
    flAxialModelWeights = [ 0.0, 0.0, 0.0, 0.0 ]
    m_nNode = [ 0, 0, 0, 0 ]
}