Property | Type | Description | |
---|---|---|---|
faceHead | |||
halfEdgeHead | |||
vertexHead | ContourVertex |
Method | Description | |
---|---|---|
CheckMesh ( ) : void | ||
DeleteHalfEdge ( |
||
DiscardExterior ( ) : void | ||
MakeEdge ( ) : |
||
Mesh ( ) : System | ||
SetWindingNumber ( int value, bool keepOnlyBoundary ) : bool | ||
TessellateInterior ( ) : bool | ||
meshConnect ( |
||
meshSplice ( |
||
meshSplitEdge ( |
||
meshZapFace ( |
Method | Description | |
---|---|---|
KillEdge ( |
||
KillFace ( |
||
KillVertex ( ContourVertex vDel, ContourVertex newOrg ) : void | ||
MakeEdge ( |
||
MakeFace ( |
||
MakeVertex ( ContourVertex newVertex, |
||
Splice ( |
||
meshAddEdgeVertex ( |
||
meshUnion ( |
public static DeleteHalfEdge ( |
||
edgeToDelete | ||
return | void |
public SetWindingNumber ( int value, bool keepOnlyBoundary ) : bool | ||
value | int | |
keepOnlyBoundary | bool | |
return | bool |
public static meshConnect ( |
||
eOrg | ||
eDst | ||
return |
public static meshSplice ( |
||
eOrg | ||
eDst | ||
return | void |
public static meshSplitEdge ( |
||
eOrg | ||
return |
public static meshZapFace ( |
||
fZap | ||
return | void |