Interfaces > Core Interfaces > FacesOrientation xView Checker |
The FaceOrientation Core Interface exposes methods for interacting with the Face Orientation xView Checker.
Available in 3ds Max 2010 and higher.
<enum>FacesOrientation.Check <time>time <node>nodeToCheck <&index array>results Check enums: { #Failed | #Vertices | #Edges | #Faces} results is In and Out parameter
Performs Face Orientation xView check at the given time on the specified node and returns its results in the array passed by-reference as third argument.
Since the purpose of the Face Orientation check is to simply shade the backsides of all faces in the highlight color, it always returns an array of ALL faces into the results array.
Returns true if the xView checker implements a property dialog, false if it does not.
In the particular case of the Face Orientation check, it always returns false.
In the particular case of the Face Orientation check this method does nothing.