Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Smash Method / Smash(ViewportLayout,Int32) Method
The devDept.Eyeshot.ViewportLayout
The index of the layer

In This Topic
    Smash(ViewportLayout,Int32) Method
    In This Topic
    Shows sequentially all the trimming regions for each face with the corrispondent index for each face and the index for each edge.
    Syntax
    'Declaration
     
    Public Overloads Sub Smash( _
       ByVal vp As ViewportLayout, _
       ByVal layerIndex As Integer _
    ) 
    public void Smash( 
       ViewportLayout vp,
       int layerIndex
    )

    Parameters

    vp
    The devDept.Eyeshot.ViewportLayout
    layerIndex
    The index of the layer
    See Also