TinSurfaceSwapEdge Method

Swaps edges in order to change the direction of two triangle faces in a surface model.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationSwapEdge SwapEdge(
	TinSurfaceEdge tinTriangleEdge
)

Parameters

tinTriangleEdge  TinSurfaceEdge
The TIN triangle edge to be swapped.

Return Value

SurfaceOperationSwapEdge
See Also