Channel defines

 
 
 
Posted by:MichiMichbeck
Data created:27 May 2010

Hey, how are the Object Channels like GEOM_CHANNEL etc. accessible in Max.Net? Via the global Property? Are defines like PART_ALL (for writing modifikators) as well available?

Thx in advance, Greets

Michbeck

Hi Michbeck,

Some defines are exposed in Max.NET using enumerations, however, not all of them. Generally you can look up 3dsmax SDK for the value of the define (ie. GEOM_CHANNEL is 1<<1 and PART_ALL is probably 0xffffffff having all bits set) and use that value inside Max.NET (or create your own enum).

Marsel Khadiyev (Software Developer, EPHERE Inc.)