Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / RestoreOriginalDomainAndAddTrimLoops Method / RestoreOriginalDomainAndAddTrimLoops(Surface,Double,Double,Surface) Method

In This Topic
    RestoreOriginalDomainAndAddTrimLoops(Surface,Double,Double,Surface) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Shared Sub RestoreOriginalDomainAndAddTrimLoops( _
       ByVal original As Surface, _
       ByVal uScale As Double, _
       ByVal vScale As Double, _
       ByVal reparametrized As Surface _
    ) 
    protected static void RestoreOriginalDomainAndAddTrimLoops( 
       Surface original,
       double uScale,
       double vScale,
       Surface reparametrized
    )

    Parameters

    original
    uScale
    vScale
    reparametrized
    See Also