Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FemMeshSurrogate Class / IsoEdges Property

In This Topic
    IsoEdges Property
    In This Topic
    See devDept.Eyeshot.Entities.FemMesh.isoEdges.
    Syntax
    'Declaration
     
    Public Property IsoEdges As ProtoArray(Of Integer)
    public ProtoArray<int> IsoEdges {get; set;}
    See Also