TinSurfaceTriangles Property

Gets all the visible triangles in the TinSurface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public TinSurfaceTriangleCollection Triangles { get; }

Property Value

TinSurfaceTriangleCollection
Remarks
TinSurface.GetTriangles(false) will return the same result as the TinSurface.Triangles property.
See Also