TriangulatedShellComponent Class


This class represents a triangulated boundary component of a solid or a triangulated connected component of a shell.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013

Syntax

C#
public class TriangulatedShellComponent : IDisposable
Visual Basic
Public Class TriangulatedShellComponent _
	Implements IDisposable
Visual C++
public ref class TriangulatedShellComponent : IDisposable

Remarks

The triangulation is "topologically connected" in the following sense: if two triangles share an edge geometrically, then they share a single edge topologically (i.e., they share two vertices defining the geometrically shared edge).

Inheritance Hierarchy

System Object
Autodesk.Revit.DB TriangulatedShellComponent

See Also