Sets the termination's (e.g hook, crank) rotation angle (in radians) at end. This information is set to the rebar after the API execution is finished successfully.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetTerminationRotationAngle(
int end,
double angle
)
Parameters
- end Int32
-
The end of bar. Should be 0 for start or 1 for end.
- angle Double
-
The termination's (e.g hook, crank) rotation angle (in radians) at end.
Exceptions
See Also
Reference