Search Results for

    Show / Hide Table of Contents

    Class AutoHoleFill

    Work in progress. Idea is that this class will analyze the hole and choose correct filling strategy. Mainly just calling other fillers.

    Also contains prototype of filler that decomposes hole into spans based on normals and then uses PlanarSpansFiller. See comments, is not really functional.

    Inheritance
    Object
    AutoHoleFill
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: gs
    Assembly: cs.temp.dll.dll
    Syntax
    public class AutoHoleFill

    Constructors

    AutoHoleFill(DMesh3, EdgeLoop)

    Declaration
    public AutoHoleFill(DMesh3 mesh, EdgeLoop fillLoop)
    Parameters
    Type Name Description
    DMesh3 mesh
    EdgeLoop fillLoop

    Fields

    FillLoop

    Declaration
    public EdgeLoop FillLoop
    Field Value
    Type Description
    EdgeLoop

    FillTriangles

    Final fill triangles. May include triangles outside initial fill loop, if ConstrainToHoleInterior=false

    Declaration
    public int[] FillTriangles
    Field Value
    Type Description
    Int32[]

    Mesh

    Declaration
    public DMesh3 Mesh
    Field Value
    Type Description
    DMesh3

    TargetEdgeLength

    Declaration
    public double TargetEdgeLength
    Field Value
    Type Description
    Double

    Methods

    Apply()

    Declaration
    public bool Apply()
    Returns
    Type Description
    Boolean
    In This Article
    Back to top ViRGIS VR GIS