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

In This Topic
    ConvertToObject Method (TrimCurveSurrogate)
    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.TrimCurve.TrimCurve Constructor(Int32,Double[],Point4D[],ICurve) constructor to create the object. When the content is contentType.Tessellation the resulting object is a devDept.Eyeshot.Entities.LinearPath
    See Also