Computes a list of triangles forming the surface of the bounding box.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public List<Triangle> GetSurface()
Visual Basic (Declaration)
Public Function GetSurface As List(Of Triangle)
Visual C++
public:
List<Triangle^>^ GetSurface()

Return Value

Returns a list of triangles forming the surface of the bounding box.

See Also