Interface: FacesOrientation

Interfaces > Core Interfaces > FacesOrientation xView Checker

 

   

Viewport Shading - Quick Navigation

   

Core Interfaces - Quick Navigation

The FaceOrientation Core Interface exposes methods for interacting with the Face Orientation xView Checker.

Available in 3ds Max 2010 and higher.

Properties:

No Properties Exposed.

Methods:

<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.

   

<bool>FacesOrientation.hasPropertyDlg() 

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.

   

<void>FacesOrientation.showPropertyDlg() 

Shows the property dialog.

In the particular case of the Face Orientation check this method does nothing.

See Also