Gets all the vertices in the TinSurface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public TinSurfaceTriangleCollection GetTriangles( bool includeInvisible ) |
| Visual Basic |
|---|
Public Function GetTriangles ( _ includeInvisible As Boolean _ ) As TinSurfaceTriangleCollection |
| Visual C++ |
|---|
public: TinSurfaceTriangleCollection^ GetTriangles( bool includeInvisible ) |
Parameters
- includeInvisible
- Type: System..::..Boolean
Indicates whether the method should return invisible triangles.
Remarks
Invisible triangles are the triangles which are inside the hole boundary.