SwapEdge 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.4.208.0

Syntax

C#

public SurfaceOperationSwapEdge SwapEdge(
	TinSurfaceEdge tinTriangleEdge
)

Visual Basic

Public Function SwapEdge ( _
	tinTriangleEdge As TinSurfaceEdge _
) As SurfaceOperationSwapEdge

Visual C++

public:
SurfaceOperationSwapEdge^ SwapEdge(
	TinSurfaceEdge^ tinTriangleEdge
)

Parameters

tinTriangleEdge
Type: Autodesk.Civil.DatabaseServices.TinSurfaceEdge
The TIN triangle edge to be swapped.

See Also