ADT_Style : ReferenceTarget
This class provides access to the Style of Architectural Desktop objects imported
into 3ds Max.
Constructor:
Class instances not creatable by MAXScript.
Alias:
ADT_Style interfaces:
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 <bool>hasCompVisOvrd
<bool>RemoveInstance <node>styleInst
<Interface>SetComponent <integer>styleInstIterator <node>compInst <String>compName <bool>hasMtlOvrd <bool>keepRelTransf
compName is In parameter
<bool>RemoveComponent <String>compName
compName is In parameter
<Interface>GetCompositeStyle ()
<integer>GetComponents <&Interface array>components
components is In parameter
<integer>GetInstances <&node array>instances <&bitArray>mtlOverrides
instances is In parameter
mtlOverrides is In parameter
<integer>FindInstance <node>node <*bool>mtlOverride
mtlOverride is In parameter