Hey guys, This problem just happened when an imodel get prepared for creating isometrics. Say, in the dgn file, a PIPE instance has a property named PIECE_MARK whose value is ‘SEAMLESS;BE;20;GB/T 8163;Φ159×6.5mm’. Then, this dgn file is published to imodel. The same PIPE instance within the resulting isometric would also have the PIECE_MARK property, but it's value will be ‘SEAMLESS’, which lost all the characters after the first semicolon. I checked some other separators, like commas. It seems that the semicolon is the only one get involved in this problem. Here come, Question 1: What makes a semicolon so special, i.e. why those characters after the first semicolon would be lost? Question 2: Is there any way to bring those lost characters back, since thousands of instances get involved. Don't make me to update all those instances within the dgn file, but kill me. Thanks.
↧