hopebox: {Q@?CT I don't think there are many resources on UDS but the chapter in the user manual about surface types. ZEMAX people would expect that the users learn it from the examples provided in the directory I mentioned in the previous reply.
About 角色散, I don't think there is a parameter that provides this information directly but you can make use of the relevant operand that returns the ray angle.
^AERGB\36
$'yWg_( 您能详细解释一下这个程序吗?
J|VDZ# c7 if (FD->cv == 0.0)
>:BgatyPH {
tTh4L8fO UD->ln = 0.0;
AtxC(gm 1 UD->mn = 0.0;
F)@zo/u5L UD->nn = -1.0;
Rm~8n;7oOr if (Refract(FD->n1, FD->n2, &UD->l, &UD->m, &UD->n, UD->ln, UD->mn, UD->nn)) return(-FD->surf);
WC
b5 return(0);
*^CN2tm }
~yA^6[a = /* okay, not a plane. */
Bj\Us$cZ a = (UD->n) * (UD->n) * FD->k + 1;
"~Zdv}^xS b = ((UD->n)/FD->cv) - (UD->x) * (UD->l) - (UD->y) * (UD->m);
TP)o0U c = (UD->x) * (UD->x) + (UD->y) * (UD->y);
:)FNhx3 rad = b * b - a * c;
</R@)_' if (rad < 0) return(FD->surf); /* ray missed this surface */
MM( ,D&
Z if (FD->cv > 0) t = c / (b + sqrt(rad));
D[4%CQ1m else t = c / (b - sqrt(rad));
yV31OBC: (UD->x) = (UD->l) * t + (UD->x);
E )2/Vn2 (UD->y) = (UD->m) * t + (UD->y);
{\|XuCF# (UD->z) = (UD->n) * t + (UD->z);
'2rSX[$tf UD->path = t;
n#B}p*G zc = (UD->z) * FD->cv;
V}Oz!
O rad = zc * FD->k * (zc * (FD->k + 1) - 2) + 1;
*z0Rf; casp = FD->cv / sqrt(rad);
6z'0fi|EN UD->ln = (UD->x) * casp;
WcpH="vm UD->mn = (UD->y) * casp;
Nz%pl! UD->nn = ((UD->z) - ((1/FD->cv) - (UD->z) * FD->k)) * casp;
'Zqt~5=5 if (Refract(FD->n1, FD->n2, &UD->l, &UD->m, &UD->n, UD->ln, UD->mn, UD->nn)) return(-FD->surf);
7e D`
is 麻烦您了,谢谢!