Revit 2020.1 API |
TriangulationInterfaceForTriangulatedShellComponent Constructor |
TriangulationInterfaceForTriangulatedShellComponent Class See Also |
Constructs an interface object for a TriangulatedShellComponent.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
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 |