메소드 | 설명 | |
---|---|---|
Process ( TriangleNet.Data.Triangle triangle ) : void |
Set the region attribute of all trianlges connected to given triangle.
|
|
Process ( TriangleNet.Data.Triangle triangle, Action |
Process all trianlges connected to given triangle and apply given action.
|
|
RegionIterator ( Mesh mesh ) : System |
메소드 | 설명 | |
---|---|---|
ProcessRegion ( Action |
Spread regional attributes and/or area constraints (from a .poly file) throughout the mesh. This procedure operates in two phases. The first phase spreads an attribute and/or an area constraint through a (segment-bounded) region. The triangles are marked to ensure that each triangle is added to the virus pool only once, so the procedure will terminate. The second phase uninfects all infected triangles, returning them to normal. |
public Process ( TriangleNet.Data.Triangle triangle ) : void | ||
triangle | TriangleNet.Data.Triangle | |
리턴 | void |
public Process ( TriangleNet.Data.Triangle triangle, Action |
||
triangle | TriangleNet.Data.Triangle | |
func | Action |
|
리턴 | void |