FabricationPart.RotateConnectedTap
Description:
Rotates a connected fabrication tap by the specified angles about the primary and secondary axis.
Rotates a connected fabrication tap by the specified angles about the primary and secondary axis.
public static void RotateConnectedTap(
Document document,
FabricationPart tap,
double primaryAxisRotateBy,
double secondaryAxisRotateBy
)
-
documentThe document.
-
tapThe connected fabrication part tap to rotate.
-
DoubleprimaryAxisRotateByThe primary axis rotation angle in radians to rotate by.
-
DoublesecondaryAxisRotateByThe secondary axis rotation angle in radians to rotate by.
-
Is not connected as a fabrication part tap. -or- tap cannot be rotated about the primary axis by the specified angle: primaryAxisRotateBy -or- tap cannot be rotated about the secondary axis by the specified angle: secondaryAxisRotateBy
-
A non-optional argument was null