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

In This Topic
    Edges Property (Solid3D)
    In This Topic
    Gets or sets edge array.
    Syntax
    'Declaration
     
    Public Property Edges As Solid3D.Edge()
    public Solid3D.Edge[] Edges {get; set;}
    See Also