2027 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.
  • Double
    angle
    The angle.
  • origin
    The origin point.
Return Value Transform The new transform.