Instances of this class are used to XRef atmospheric effects from external .MAX files. Available in 3ds Max 8 and higher.
Constructor
Class instances not creatable by MAXScriptXRefAtmosWrapper interfaces
Interface:IXRefItemProperties
.srcFileName : filename : ReadContains the source file name.Read-only.
.srcItemName : string : ReadContains the name of the source item.Read-only.
.xrefRecord : Interface : ReadContains the XRef record Interface.Read-only.
.unresolved : boolean : ReadContains true if the XRef is unresolved, false otherwise. Read-only.
.nested : boolean : ReadContains true if the XRef is nested, false otherwise. Read-only.
Methods
<maxObject>GetSrcItem resolveNested:<boolean>
resolveNested default value: falseReturns the source item object of the XRef Object. If the object is being referenced from nested files (in other words, the object is referenced from a Max file containing an XRef of the object from another file instead of the actual object) and resolveNested is set to true, nested XRef files will be resolved.
<integer>GetParentItems <&maxObject array>parentItems
parentItems is Out parameterReturns an array of parent items in the by-reference Out parameter.
<integer>GetRootItems <&maxObject array>rootItems
rootItems is Out parameterReturns an array of root items in the by-reference Out parameter.
<integer>GetChildItems <&maxObject array>childItems
childItems is Out parameterReturns an array of child items in the by-reference Out parameter.
<void>GetNodes <&node array>xrefNodes
xrefNodes is Out parameterReturns an array of XRef nodes in the by-reference Out parameter.
Interface:IXRefProxyProperties
.proxyFileName : filename : ReadContains the proxy file name.Read-only.
.proxyItemName : string : ReadContains the proxy item name.Read-only.
.proxyRecord : Interface : ReadContains the proxy record Interface.Read-only.
.displayProxy : boolean : Read|WriteWhen set to true, the proxy will be used in the viewport.
.renderProxy : boolean : Read|WriteWhen set to true, the proxy will be used by the production renderer.
Interface:IXRefAtmosphericMethods
<maxObject>GetSourceAtmospheric <boolean>resolveNestedXRefReturns the source atmospheric object. If resolveNestedXRef is set to true, nested XRef files will be resolved.