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

In This Topic
    Vertices Property (Solid.Portion)
    In This Topic
    Gets the solid portion's 3D vertices.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Vertices As Point3D()
    public new Point3D[] Vertices {get;}
    See Also