mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-16 17:45:48 +00:00
replaced Revit 2020 SDK by Revit 2021 SDK
This commit is contained in:
@@ -18,7 +18,13 @@ namespace Revit.SDK.Samples.RebarFreeForm.CS
|
||||
[Autodesk.Revit.Attributes.Regeneration(Autodesk.Revit.Attributes.RegenerationOption.Manual)]
|
||||
public class AddSharedParams : IExternalCommand
|
||||
{
|
||||
/// <summary>
|
||||
/// Updated: is used to start the regeneration
|
||||
/// </summary>
|
||||
public static string m_paramName = "Updated";
|
||||
/// <summary>
|
||||
/// CurveElementId: is used to store the id of a model curve
|
||||
/// </summary>
|
||||
public static string m_CurveIdName = "CurveElementId";
|
||||
/// <summary>
|
||||
/// Add two shared parameters to the rebar category instance elements:
|
||||
|
||||
Reference in New Issue
Block a user