Class MeshFacesFromLoop
Find mesh triangles enclosed by a curve embedded in the mesh
If a seed triangle in the enclosed region is not provided, then the
smaller of the two largest connected-components is chosen as the "inside".
Inheritance
MeshFacesFromLoop
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class MeshFacesFromLoop
Constructors
MeshFacesFromLoop(DMesh3, DCurve3, ISpatial)
Declaration
public MeshFacesFromLoop(DMesh3 Mesh, DCurve3 SpaceCurve, ISpatial Spatial)
Parameters
MeshFacesFromLoop(DMesh3, DCurve3, ISpatial, Int32)
Declaration
public MeshFacesFromLoop(DMesh3 Mesh, DCurve3 SpaceCurve, ISpatial Spatial, int tSeed)
Parameters
Fields
Mesh
Declaration
Field Value
Properties
InteriorTriangles
Declaration
public IList<int> InteriorTriangles { get; }
Property Value
PathTriangles
Declaration
public IList<int> PathTriangles { get; }
Property Value
Methods
ToArray()
returns new array containing selected triangles
Declaration
Returns
ToSelection()
Declaration
public MeshFaceSelection ToSelection()
Returns