Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / HiddenLinesView Class / GetTexts Method

In This Topic
    GetTexts Method
    In This Topic
    Gets the meshes generated from the texts and dimensions arrows (if HiddenLinesViewSettings.FillTexts is true).
    Syntax
    'Declaration
     
    Public Overridable Function GetTexts() As IList(Of Mesh)
    public virtual IList<Mesh> GetTexts()

    Return Value

    The collection of meshes.
    See Also