Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Vertices Property

In This Topic
    Vertices Property (Mesh)
    In This Topic
    Gets or sets mesh' 3D vertices.
    Syntax
    'Declaration
     
    Public Overrides Property Vertices As Point3D()
    public override Point3D[] Vertices {get; set;}
    See Also