Search Results for

    Show / Hide Table of Contents

    Class MeshFacesFromLoop

    Find mesh triangles enclosed by a curve embedded in the mesh If a seed triangle in the enclosed region is not provided, then the smaller of the two largest connected-components is chosen as the "inside".

    Inheritance
    Object
    MeshFacesFromLoop
    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 MeshFacesFromLoop

    Constructors

    MeshFacesFromLoop(DMesh3, DCurve3, ISpatial)

    Declaration
    public MeshFacesFromLoop(DMesh3 Mesh, DCurve3 SpaceCurve, ISpatial Spatial)
    Parameters
    Type Name Description
    DMesh3 Mesh
    DCurve3 SpaceCurve
    ISpatial Spatial

    MeshFacesFromLoop(DMesh3, DCurve3, ISpatial, Int32)

    Declaration
    public MeshFacesFromLoop(DMesh3 Mesh, DCurve3 SpaceCurve, ISpatial Spatial, int tSeed)
    Parameters
    Type Name Description
    DMesh3 Mesh
    DCurve3 SpaceCurve
    ISpatial Spatial
    Int32 tSeed

    Fields

    Mesh

    Declaration
    public DMesh3 Mesh
    Field Value
    Type Description
    DMesh3

    Properties

    InteriorTriangles

    Declaration
    public IList<int> InteriorTriangles { get; }
    Property Value
    Type Description
    IList<Int32>

    PathTriangles

    Declaration
    public IList<int> PathTriangles { get; }
    Property Value
    Type Description
    IList<Int32>

    Methods

    ToArray()

    returns new array containing selected triangles

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

    ToSelection()

    Declaration
    public MeshFaceSelection ToSelection()
    Returns
    Type Description
    MeshFaceSelection
    In This Article
    Back to top ViRGIS VR GIS