Share

Interface: MultipleEdges

The MultipleEdges Core Interface exposes methods for interacting with the Multiple Edges xView Checker.

Available in 3ds Max 2010 and higher.

Properties:

Does not expose any properties.

Methods:

<enum>MultipleEdges.Check <time>time <node>nodeToCheck <&index array>results      

Check enums: {#Failed|#Vertices|#Edges|#Faces}      
results is In and Out parameter   

Performs a Multiple Edges xView check at the given time on the specified node and returns its results in the array passed by-reference as third argument.

The method itself always returns the #edges enum because the Multiple Edges check only checks edges.

<boolean>MultipleEdges.hasPropertyDlg() 

Returns true if the xView checker implements a property dialog, false if it does not.

In the particular case of the Multiple Edges checker, it always returns false.

<void>MultipleEdges.showPropertyDlg() 

Shows the property dialog of the xView checker, if implemented.

In the particular case of the Multiple Edges checker this method does nothing.

Was this information helpful?