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

In This Topic
    Edges Property (Solid.Portion)
    In This Topic
    Get the sharp edges of this solid portion.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Edges As IndexLine()
    public new IndexLine[] Edges {get;}
    See Also