343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
11 lines
405 B
C#
11 lines
405 B
C#
namespace Autodesk.Revit.DB;
|
|
|
|
public partial class TriangulationInterfaceForTriangulatedSolidOrShell : Autodesk.Revit.DB.TriangulationInterface
|
|
{
|
|
public TriangulationInterfaceForTriangulatedSolidOrShell() { }
|
|
|
|
public TriangulationInterfaceForTriangulatedSolidOrShell(
|
|
Autodesk.Revit.DB.TriangulatedSolidOrShell externalTriangulatedSolidOrShell
|
|
) => throw new System.NotImplementedException();
|
|
}
|