TriangulationInterfaceForTriangulatedSolidOrShell Constructor


Construct an interface object for a TriangulatedSolidOrShell.

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

Syntax

C#
public TriangulationInterfaceForTriangulatedSolidOrShell(
	TriangulatedSolidOrShell externalTriangulatedSolidOrShell
)
Visual Basic
Public Sub New ( _
	externalTriangulatedSolidOrShell As TriangulatedSolidOrShell _
)
Visual C++
public:
TriangulationInterfaceForTriangulatedSolidOrShell(
	TriangulatedSolidOrShell^ externalTriangulatedSolidOrShell
)

Parameters

externalTriangulatedSolidOrShell
Type: Autodesk.Revit.DB TriangulatedSolidOrShell
The TriangulatedSolidOrShell that the interface object represents.

Exceptions

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

See Also