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.
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
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
Mesh
Declaration
Field Value
TargetEdgeLength
Declaration
public double TargetEdgeLength
Field Value
Methods
Apply()
Declaration
Returns