Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Elements Property

In This Topic
    Elements Property (FemMesh)
    In This Topic
    Gets or sets the mesh elements.
    Syntax
    'Declaration
     
    Public Property Elements As Element()
    public Element[] Elements {get; set;}
    See Also