Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Smash Method / Smash(ViewportLayout,String) Method
The devDept.Eyeshot.ViewportLayout
The layer name

In This Topic
    Smash(ViewportLayout,String) 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 layerName As String _
    ) 
    public void Smash( 
       ViewportLayout vp,
       string layerName
    )

    Parameters

    vp
    The devDept.Eyeshot.ViewportLayout
    layerName
    The layer name
    See Also