Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FemNodeSurrogate Class
Members

In This Topic
    FemNodeSurrogate Class
    In This Topic
    Defines the devDept.Eyeshot.Fem.Node surrogate.
    Syntax
    'Declaration
     
    Public Class FemNodeSurrogate 
       Inherits PointWithDisplacementSurrogate
    public class FemNodeSurrogate : PointWithDisplacementSurrogate 
    Inheritance Hierarchy

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.Point2DSurrogate
             devDept.Serialization.Point3DSurrogate
                devDept.Serialization.PointWithDisplacementSurrogate
                   devDept.Serialization.FemNodeSurrogate
                      devDept.Serialization.FemNodeBeamSurrogate

    See Also