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