TriangulationInterfaceForTriangulatedShellComponent Constructor


Constructs an interface object for a TriangulatedShellComponent.

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

Syntax

C#
public TriangulationInterfaceForTriangulatedShellComponent(
	TriangulatedShellComponent externalTriangulatedShellComponent
)
Visual Basic
Public Sub New ( _
	externalTriangulatedShellComponent As TriangulatedShellComponent _
)
Visual C++
public:
TriangulationInterfaceForTriangulatedShellComponent(
	TriangulatedShellComponent^ externalTriangulatedShellComponent
)

Parameters

externalTriangulatedShellComponent
Type: Autodesk.Revit.DB TriangulatedShellComponent
The TriangulatedShellComponent that the interface object represents.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL

See Also