copied Revit 2024 SDK

This commit is contained in:
Jeremy Tammik
2023-04-26 14:47:47 +02:00
parent 2ca39e38fd
commit 4d69f3eea5
425 changed files with 344414 additions and 2296 deletions
@@ -73,7 +73,7 @@ namespace Revit.SDK.Samples.SlabShapeEditing.CS
InitializeComponent();
m_commandData = commandData;
m_slabProfile = new SlabProfile(floor, commandData);
m_slabShapeEditor = floor.SlabShapeEditor;
m_slabShapeEditor = floor.GetSlabShapeEditor();
m_lineTool = new LineTool();
m_pointTool = new LineTool();
editorState = EditorState.AddVertex;