Computes a list of triangles forming the surface of the bounding box.
Namespace:
ceometric.ComputationalGeometryAssembly: 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() |