This class provides access to the Style of Architectural Desktop objects imported into 3ds Max.
Constructor:
Class instances not creatable by MAXScript.
Alias:
ADTStyle
Interface: IADTStyle
Properties:
.Name :String: Read|Write
Get/set the name of the Style
.numComponents : integer : Read
Returns the number of components.
.numInstances : integer : Read
Returns the number of instances.
Methods:
<Interface>GetCategory ()
Returns an ADT_Category MixinInterface providing access to the category.
<integer>SetInstance <node>styleInst <boolean>hasCompVisOvrd
<boolean>RemoveInstance <node>styleInst
<Interface>SetComponent <integer>styleInstIterator <node>compInst <string>compName <boolean>hasMtlOvrd <boolean>keepRelTransf
<boolean>RemoveComponent <string>compName
<Interface>GetCompositeStyle ()
<integer>GetComponents <&Interface array>components
components is In and Out parameter
<integer>GetInstances <&node array>instances mtlOverrides:<&bitArray>
instances is In and Out parameter
mtlOverrides default value: undefined
mtlOverrides is In and Out parameter
<integer>FindInstance <node>node mtlOverride:<&boolean>
mtlOverride default value: undefined
mtlOverride is In and Out parameter