<Code Lib>
2021 Method
Changes 4
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
)

Return Value The new transform. The new transform.

Loading…