<Code Lib>
2025 Method
Changes 5
M

Transform.CreateRotationAtPoint

Description:
Creates a transform that represents a rotation about the given axis at the specified point.

public static Transform CreateRotationAtPoint(
	XYZ axis,
	double angle,
	XYZ origin
)

  • axis
    The rotation axis.
  • angle
    The angle.
  • origin
    The origin point.
Return Value Transform The new transform.

Loading…