Class MeshInsertPolygon
Insert Polygon into Mesh. Assumption is that Mesh has 3D coordinates (u,v,0).
This is basically a helper/wrapper around MeshInsertUVPolyCurve.
Inserted edge set is avaliable as .InsertedPolygonEdges, and
triangles inside polygon as .InteriorTriangles
Inheritance
MeshInsertPolygon
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class MeshInsertPolygon
Fields
HoleInserts
Declaration
public List<MeshInsertUVPolyCurve> HoleInserts
Field Value
InsertedPolygonEdges
Declaration
public HashSet<int> InsertedPolygonEdges
Field Value
Type |
Description |
HashSet<Int32> |
|
InteriorTriangles
Declaration
public MeshFaceSelection InteriorTriangles
Field Value
Mesh
Declaration
Field Value
OuterInsert
Declaration
public MeshInsertUVPolyCurve OuterInsert
Field Value
Polygon
Declaration
public GeneralPolygon2d Polygon
Field Value
SimplifyInsertion
Declaration
public bool SimplifyInsertion
Field Value
Methods
Insert()
Declaration
Returns