|
From: | Felipe Sanches |
Subject: | Re: [libredwg] 3DSolid ACIS->SAT-> |
Date: | Tue, 16 Feb 2010 12:52:06 -0200 |
The file DwgFormatSpec13-2007.rtf and fashey kodiravke in src / dwg.spec all clear.
attracts me Acis Decryption of data using the decoding:
BITCODE_RC ** sat_data;
char decode (char c)
(
if (c == 32)
return 32;
else
return 159 - c;
)
by radiant like the file format sat. singing of the data to obtain the correct figure?or I do not go digging for data figures?
[Prev in Thread] | Current Thread | [Next in Thread] |