Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FemJoint3DSurrogate Class / ConvertToObject Method

In This Topic
    ConvertToObject Method (FemJoint3DSurrogate)
    In This Topic
    Creates the object related to the surrogate.
    Syntax
    'Declaration
     
    Protected Overrides Function ConvertToObject() As Element
    protected override Element ConvertToObject()

    Return Value

    The object created.
    Remarks
    This method uses the devDept.Eyeshot.Fem.Joint3D.Joint3D Constructor(Int32,Int32,Double[,],Double[]) constructor to create the object.
    See Also