BurstTriangulator
v3.8.0
Search Results for

    Show / Hide Table of Contents

    Property ConstraintEdges

    ConstraintEdges

    Optional buffer for constraint edges. This array constrains specific edges to be included in the final triangulation result. It should contain indexes corresponding to the Positions of the edges in the format [a₀, a₁, b₀, b₁, c₀, c₁, ...], where (a₀, a₁), (b₀, b₁), (c₀, c₁), etc., represent the constraint edges.

    Declaration
    public NativeArray<int> ConstraintEdges { get; set; }
    Property Value
    Type Description
    NativeArray<int>
    Remarks

    Note: If refinement is enabled, the provided constraints may be split during the refinement process.

    In this article
    Back to top Generated by DocFX | Documentation © 2024 by Andrzej Więckowski is licensed under CC BY 4.0