Share

Point3_XRef_Controller : Point3Controller

Available in 3ds Max 2016 and higher.

Constructor:

Class instances not creatable by MAXScript.

Aliases:

 Point3_XRef_Controller
Point3XRefCtrl 

Point3_XRef_Controller interfaces:

Interface: IXRefItem

Properties:

<Point3_XRef_Controller>.srcFileName : filename : Read|Write

Gets/sets the source file name of the XRef Controller.

<Point3_XRef_Controller>.srcItemName : string : Read|Write

Gets/sets the source item name of the XRef Controller.

<Point3_XRef_Controller>.xrefRecord : Interface : Read

Contains the record Interface of the XRef Controller. Read-only.

<Point3_XRef_Controller>.unresolved : boolean : Read

Contains True if the XRef is unresolved, False if it is resolved. Read-only.

<Point3_XRef_Controller>.nested : boolean : Read

Contains True if the XRef is nested, False if it is not nested. Read-only.

<Point3_XRef_Controller>.retargetable : boolean : Read

Contains True if the XRef is retargetable, False if it is not retargetable. Read-only.

Methods:

<maxObject><Point3_XRef_Controller>.GetSrcItem resolveNested:<boolean>
resolveNested default value: false
<integer><Point3_XRef_Controller>.GetParentItems <&maxObject array>parentItems
parentItems is Out parameter
<integer><Point3_XRef_Controller>.GetRootItems <&maxObject array>rootItems
rootItems is Out parameter
<integer><Point3_XRef_Controller>.GetChildItems <&maxObject array>childItems
childItems is Out parameter
<void><Point3_XRef_Controller>.GetNodes <&node array>xrefNodes
xrefNodes is Out parameter

Actions:

No actions exposed.

Interface: IXRefCtrl

Properties:

<Point3_XRef_Controller>.xrefCtrlStatus : enum : Read|Write
xrefCtrlStatus enums: {#XRefed|#Local}

Methods:

<control><Point3_XRef_Controller>.GetSourceCtrl
<boolean>resolveNestedXRef
<void><Point3_XRef_Controller>.ResetOffsetTM()

Actions:

No actions exposed.

Was this information helpful?