Share

TinSurface.GetTriangles Method

Gets all the vertices in the TinSurface.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public TinSurfaceTriangleCollection GetTriangles(
	bool includeInvisible
)

VB

Public Function GetTriangles ( 
	includeInvisible As Boolean
) As TinSurfaceTriangleCollection

C++

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

Reference

Was this information helpful?