Float_XRef_Controller : FloatController
Provides MAXScript access to the Controller used for exposing Float parameters of XRef objects. Available in 3ds Max 2016 and higher.
Constructors:
Class instances not creatable by MAXScript.Aliases:
Float_XRef_Controller FloatXRefCtrl Float_XRef_Controller interfaces:
Interface: IXRefItemProperties:
<Float_XRef_Controller>.srcFileName : filename : Read|WriteGets/sets the source file name of the XRef Controller.
<Float_XRef_Controller>.srcItemName : string : Read|WriteGets/sets the source item name of the XRef Controller.
<Float_XRef_Controller>.xrefRecord : Interface : ReadContains the record Interface of the XRef Controller. Read-only.
<Float_XRef_Controller>.unresolved : boolean : ReadContains True if the XRef is unresolved, False if it is resolved. Read-only.
<Float_XRef_Controller>.nested : boolean : ReadContains True if the XRef is nested, False if it is not nested. Read-only.
<Float_XRef_Controller>.retargetable : boolean : ReadContains True if the XRef is retargetable, False if it is not retargetable. Read-only.
Methods:
<maxObject><Float_XRef_Controller>.GetSrcItem resolveNested:<boolean>
resolveNested default value: false<integer><Float_XRef_Controller>.GetParentItems <&maxObject array>parentItems
parentItems is Out parameter<integer><Float_XRef_Controller>.GetRootItems <&maxObject array>rootItems
rootItems is Out parameter<integer><Float_XRef_Controller>.GetChildItems <&maxObject array>childItems
childItems is Out parameter<void><Float_XRef_Controller>.GetNodes <&node array>xrefNodes
xrefNodes is Out parameterActions:
No actions exposed.
Interface: IXRefCtrlProperties:
<Float_XRef_Controller>.xrefCtrlStatus : enum : Read|Write
xrefCtrlStatus enums: {#XRefed|#Local}Methods:
<control><Float_XRef_Controller>.GetSourceCtrl
<boolean>resolveNestedXRef<void><Float_XRef_Controller>.ResetOffsetTM()Actions:
No actions exposed.
