namespace Autodesk.Revit.DB; public partial class TriangulationInterfaceForTriangulatedShellComponent : Autodesk.Revit.DB.TriangulationInterface { public TriangulationInterfaceForTriangulatedShellComponent() { } public TriangulationInterfaceForTriangulatedShellComponent( Autodesk.Revit.DB.TriangulatedShellComponent externalTriangulatedShellComponent ) => throw new System.NotImplementedException(); }