private static gpTrsf GetRotateXTrsf(double angle) { var rotateXTrsf = new gpTrsf(); rotateXTrsf.SetRotation(gp.OX, angle); return(rotateXTrsf); }