Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / IfcMesh Class / IfcMesh Constructor / IfcMesh Constructor(IList<Point3D>,IList<IndexTriangle>)
The vertices list
The triangles list

In This Topic
    IfcMesh Constructor(IList<Point3D>,IList<IndexTriangle>)
    In This Topic
    Vertices and triangles constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal vertices As IList(Of Point3D), _
       ByVal triangles As IList(Of IndexTriangle) _
    )
    public IfcMesh( 
       IList<Point3D> vertices,
       IList<IndexTriangle> triangles
    )

    Parameters

    vertices
    The vertices list
    triangles
    The triangles list
    See Also