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

In This Topic
    Portions Property (Solid)
    In This Topic
    Gets the solid's boundary representation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Portions As List(Of Solid.Portion)
    public List<Solid.Portion> Portions {get;}
    See Also