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