Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / GetPolygonMeshes Method

In This Topic
    GetPolygonMeshes Method (Mesh)
    In This Topic
    Gets a number of meshes representing this object.
    Syntax
    'Declaration
     
    Public Overridable Function GetPolygonMeshes() As Mesh()
    public virtual Mesh[] GetPolygonMeshes()

    Return Value

    The mesh itself, not cloned.
    See Also