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

In This Topic
    Vertices Property (Entity)
    In This Topic
    Gets or sets entity's 3D vertices.
    Syntax
    'Declaration
     
    Public Overridable Property Vertices As Point3D()
    public virtual Point3D[] Vertices {get; set;}
    See Also