Search Results for

    Show / Hide Table of Contents

    Class MeshEdgeSelection

    Inheritance
    Object
    MeshEdgeSelection
    Implements
    IEnumerable<Int32>
    IEnumerable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class MeshEdgeSelection : IEnumerable<int>, IEnumerable

    Constructors

    MeshEdgeSelection(DMesh3)

    Declaration
    public MeshEdgeSelection(DMesh3 mesh)
    Parameters
    Type Name Description
    DMesh3 mesh

    MeshEdgeSelection(DMesh3, MeshFaceSelection, Int32)

    Declaration
    public MeshEdgeSelection(DMesh3 mesh, MeshFaceSelection convertT, int minCount = 1)
    Parameters
    Type Name Description
    DMesh3 mesh
    MeshFaceSelection convertT
    Int32 minCount

    MeshEdgeSelection(DMesh3, MeshVertexSelection, Int32)

    Declaration
    public MeshEdgeSelection(DMesh3 mesh, MeshVertexSelection convertV, int minCount = 2)
    Parameters
    Type Name Description
    DMesh3 mesh
    MeshVertexSelection convertV
    Int32 minCount

    MeshEdgeSelection(MeshEdgeSelection)

    Declaration
    public MeshEdgeSelection(MeshEdgeSelection copy)
    Parameters
    Type Name Description
    MeshEdgeSelection copy

    Fields

    Mesh

    Declaration
    public DMesh3 Mesh
    Field Value
    Type Description
    DMesh3

    Properties

    Bitmap

    Declaration
    protected BitArray Bitmap { get; }
    Property Value
    Type Description
    BitArray

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32

    Methods

    Deselect(IEnumerable<Int32>)

    Declaration
    public void Deselect(IEnumerable<int> edges)
    Parameters
    Type Name Description
    IEnumerable<Int32> edges

    Deselect(Int32)

    Declaration
    public void Deselect(int tid)
    Parameters
    Type Name Description
    Int32 tid

    Deselect(Int32[])

    Declaration
    public void Deselect(int[] edges)
    Parameters
    Type Name Description
    Int32[] edges

    DeselectAll()

    Declaration
    public void DeselectAll()

    GetEnumerator()

    Declaration
    public IEnumerator<int> GetEnumerator()
    Returns
    Type Description
    IEnumerator<Int32>

    IsSelected(Int32)

    Declaration
    public bool IsSelected(int eid)
    Parameters
    Type Name Description
    Int32 eid
    Returns
    Type Description
    Boolean

    Select(IEnumerable<Int32>)

    Declaration
    public void Select(IEnumerable<int> edges)
    Parameters
    Type Name Description
    IEnumerable<Int32> edges

    Select(List<Int32>)

    Declaration
    public void Select(List<int> edges)
    Parameters
    Type Name Description
    List<Int32> edges

    Select(Func<Int32, Boolean>)

    Declaration
    public void Select(Func<int, bool> selectF)
    Parameters
    Type Name Description
    Func<Int32, Boolean> selectF

    Select(Int32)

    Declaration
    public void Select(int eid)
    Parameters
    Type Name Description
    Int32 eid

    Select(Int32[])

    Declaration
    public void Select(int[] edges)
    Parameters
    Type Name Description
    Int32[] edges

    SelectBoundaryTriEdges(MeshFaceSelection)

    Declaration
    public void SelectBoundaryTriEdges(MeshFaceSelection triangles)
    Parameters
    Type Name Description
    MeshFaceSelection triangles

    SelectTriangleEdges(IEnumerable<Int32>)

    Declaration
    public void SelectTriangleEdges(IEnumerable<int> triangles)
    Parameters
    Type Name Description
    IEnumerable<Int32> triangles

    SelectVertexEdges(IEnumerable<Int32>)

    Declaration
    public void SelectVertexEdges(IEnumerable<int> vertices)
    Parameters
    Type Name Description
    IEnumerable<Int32> vertices

    SelectVertexEdges(Int32[])

    Declaration
    public void SelectVertexEdges(int[] vertices)
    Parameters
    Type Name Description
    Int32[] vertices

    ToArray()

    Declaration
    public int[] ToArray()
    Returns
    Type Description
    Int32[]

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    In This Article
    Back to top ViRGIS VR GIS