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

In This Topic
    Faces Property (Solid3D)
    In This Topic
    Gets or sets outer shell face array.
    Syntax
    'Declaration
     
    Public Property Faces As Solid3D.Face()
    public Solid3D.Face[] Faces {get; set;}
    See Also