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

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