TinSurfaceGetTriangles Method

Gets all the vertices in the TinSurface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public TinSurfaceTriangleCollection GetTriangles(
	bool includeInvisible
)

Parameters

includeInvisible  Boolean
Indicates whether the method should return invisible triangles.

Return Value

TinSurfaceTriangleCollection
Remarks
Invisible triangles are the triangles which are inside the hole boundary.
See Also