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

In This Topic
    ConvertToObject Method (SolidSurrogate)
    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.Solid.Solid Constructor(brepType) constructor to create the object when the content is contentType.GeometryAndTessellation and the devDept.Eyeshot.Entities.Solid.Solid Constructor(brepType,TextureMappingData,IList<Portion>) constructor when the content is contentType.Geometry When the content is contentType.Tessellation the resulting object is a devDept.Eyeshot.Entities.Mesh
    See Also