2024 Method
Changes 4
M

FabricationPart.RotateConnectedTap

Description:
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
)
  • document
    The document.
  • tap
    The connected fabrication part tap to rotate.
  • Double
    primaryAxisRotateBy
    The primary axis rotation angle in radians to rotate by.
  • Double
    secondaryAxisRotateBy
    The secondary axis rotation angle in radians to rotate by.