Search Results for

    Show / Hide Table of Contents

    Class MinimalHoleFill

    Construct a "minimal" fill surface for the hole. This surface is often quasi-developable, reconstructs sharp edges, etc. There are various options.

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

    Constructors

    MinimalHoleFill(DMesh3, EdgeLoop)

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

    Fields

    DevelopabilityTolerance

    Declaration
    public double DevelopabilityTolerance
    Field Value
    Type Description
    Double

    FillLoop

    Declaration
    public EdgeLoop FillLoop
    Field Value
    Type Description
    EdgeLoop

    FillTriangles

    Final fill triangles

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

    FillVertices

    Final fill vertices (should be empty?)

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

    IgnoreBoundaryTriangles

    Declaration
    public bool IgnoreBoundaryTriangles
    Field Value
    Type Description
    Boolean

    Mesh

    Declaration
    public DMesh3 Mesh
    Field Value
    Type Description
    DMesh3

    OptimizeDevelopability

    Declaration
    public bool OptimizeDevelopability
    Field Value
    Type Description
    Boolean

    OptimizeTriangles

    Declaration
    public bool OptimizeTriangles
    Field Value
    Type Description
    Boolean

    Methods

    Apply()

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