public static Transform CreateRotationAtPoint( XYZ axis, double angle, XYZ origin )
| Exception | Condition |
|---|---|
| ArgumentException | The given value for angle is not finite |
| ArgumentNullException | A non-optional argument was NULL |
| ArgumentOutOfRangeException | axis has zero length. |