IRebarUpdateServer.GetCustomHandles
Description:
This function should define all handles that the Rebar has.
This function should define all handles that the Rebar has.
Remarks:
Revit consider the execution failed if we have duplicate tags for custom, start and end handles. Document should not be modified during the execution of this function.
Revit consider the execution failed if we have duplicate tags for custom, start and end handles. Document should not be modified during the execution of this function.
bool GetCustomHandles(
RebarHandlesData handlesInfoData
)
-
handlesInfoDataUse the methods on this class to define the handles for the free form rebar. Revit will use these handles to create appropriate RebarConstraints.