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

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

    Return Value

    The object created.
    Remarks
    This method uses the devDept.Eyeshot.Entities.Surface.Surface Constructor(Int32,Double[],Int32,Double[],Point4D[,]) constructor to create the object. When the content is contentType.Tessellation the resulting object is a devDept.Eyeshot.Entities.Mesh
    See Also