J
jren
Guest
Hi
I just dumped a techfile from a library, and found that in the
streamLayers() term, several layers can have the same stream number,
streamLayers(
;( layer streamNumber dataType translate )
;( ----- ------------ -------- --------- )
( ("m0" "drawing") 30 0 t )
( m0 0 0 nil )
( ("i0" "drawing") 31 0 t )
( ("i0" "net") 0 0 nil )
( ("m1" "drawing") 1 0 t )
( ("m3" "drawing") 10 0 t )
( ("m3" "net") 0 0 nil )
( ("r3" "drawing") 11 0 t )
( ("m3x" "drawing") 10 0 t )
)
II am confused about the meaning of stream number. If one number can
repreasent many layers, is the number useful? May anyone explain this
briefly or give me some guide to find the answer?
what is more, as the example above, there are two layers named "m0", in
my opinion, the default layerpurpose is "drawing", so does it mean that
the layers ("m0" "drawing") and "m0" are the same layer?
Thanks!
jren
I just dumped a techfile from a library, and found that in the
streamLayers() term, several layers can have the same stream number,
streamLayers(
;( layer streamNumber dataType translate )
;( ----- ------------ -------- --------- )
( ("m0" "drawing") 30 0 t )
( m0 0 0 nil )
( ("i0" "drawing") 31 0 t )
( ("i0" "net") 0 0 nil )
( ("m1" "drawing") 1 0 t )
( ("m3" "drawing") 10 0 t )
( ("m3" "net") 0 0 nil )
( ("r3" "drawing") 11 0 t )
( ("m3x" "drawing") 10 0 t )
)
II am confused about the meaning of stream number. If one number can
repreasent many layers, is the number useful? May anyone explain this
briefly or give me some guide to find the answer?
what is more, as the example above, there are two layers named "m0", in
my opinion, the default layerpurpose is "drawing", so does it mean that
the layers ("m0" "drawing") and "m0" are the same layer?
Thanks!
jren