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.