Construct an interface object for a TriangulatedSolidOrShell.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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 |