mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-17 02:49:02 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -82,7 +82,7 @@ namespace Revit.SDK.Samples.SlabShapeEditing.CS
|
||||
{
|
||||
m_floor = floor;
|
||||
m_commandData = commandData;
|
||||
m_slabShapeEditor = floor.SlabShapeEditor;
|
||||
m_slabShapeEditor = floor.GetSlabShapeEditor();
|
||||
GetSlabProfileInfo();
|
||||
}
|
||||
|
||||
|
||||
@@ -101,8 +101,8 @@
|
||||
</Target>
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.pl"
|
||||
if exist %25FILEFORSAMPLEREG%25 perl %25FILEFORSAMPLEREG%25 $(ProjectExt) "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
|
||||
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.py"
|
||||
if exist %25FILEFORSAMPLEREG%25 py -3 %25FILEFORSAMPLEREG%25 "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user