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
Interface: IXRefItem
Properties:
<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 : boolean : Read
Contains True if the XRef is unresolved, False if it is resolved. Read-only.
<Float_XRef_Controller>.nested : boolean : Read
Contains True if the XRef is nested, False if it is not nested. Read-only.
<Float_XRef_Controller>.retargetable : boolean : Read
Contains 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 parameter
Actions:
No actions exposed.
Interface: IXRefCtrl
Properties:
<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.