Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid.Portion Class / PackVertices Method

In This Topic
    PackVertices Method
    In This Topic
    Packs the vertices array so that there are no empty slots.
    Syntax
    'Declaration
     
    Public Function PackVertices() As Point3D()
    public Point3D[] PackVertices()

    Return Value

    The previous vertices array.
    Remarks
    For internal use only
    See Also