Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / VolumeProperties Class / VolumeProperties Constructor / VolumeProperties Constructor(IList<Point3D>,IList<IndexTriangle>)
Vertices
Triangles

In This Topic
    VolumeProperties Constructor(IList<Point3D>,IList<IndexTriangle>)
    In This Topic
    Triangle list constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal vList As IList(Of Point3D), _
       ByVal tList As IList(Of IndexTriangle) _
    )
    public VolumeProperties( 
       IList<Point3D> vList,
       IList<IndexTriangle> tList
    )

    Parameters

    vList
    Vertices
    tList
    Triangles
    See Also