Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Solid3D Constructor / Solid3D Constructor(Face[],Face[])

In This Topic
    Solid3D Constructor(Face[],Face[])
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Function New( _
       ByVal faces() As Solid3D.Face, _
       ByVal inners() As Solid3D.Face _
    )
    protected internal Solid3D( 
       Solid3D.Face[] faces,
       Solid3D.Face[] inners
    )

    Parameters

    faces
    inners
    See Also