IRebarUpdateServer.GetCustomHandles
Method
Description:
This function should define all handles that the Rebar has. This function is called when the Rebar is created.
This function should define all handles that the Rebar has. This function is called when the Rebar is created.
Remarks:
Revit consider the execution failed if we have duplicate tags for custom, start and end handles.
Revit consider the execution failed if we have duplicate tags for custom, start and end handles.
Parameters
Parameter | Type | Description |
---|---|---|
handlesInfoData | RebarHandlesData | Use the methods on this class to define the handles for the free form rebar. Revit will use these handles to create appropriate RebarConstraints. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if the handles were defined successfully, false otherwise. |