Interface: FlightStudioExport

Interfaces > Core Interfaces > FlightStudioExport

 

   

Core Interfaces - Quick Navigation

The FlightStudioExport Core Interface available in 3ds Max 2010 and higher exposes methods related to Flight Studio data export filter.

   

Methods:

<float>FlightStudioExport.GetMatrixEpsilon() 	 

Get the Matrix Epsilon value as float.

   

<void>FlightStudioExport.SetMatrixEpsilon <float>MatrixEpsilon   

Set the Matrix Epsilon value to the given float.

   

<boolean>FlightStudioExport.GetAutoGroup() 

Get the state of the Auto Group checkbox in the Flight Studio Exporter dialog.

   

<void>FlightStudioExport.SetAutoGroup <boolean>AutoGroup 

Set the state of the Auto Group checkbox in the Flight Studio Exporter dialog.

   

<boolean>FlightStudioExport.GetAutoObject() 

Get the state of the Auto Object checkbox in the Flight Studio Exporter dialog.

   

<void>FlightStudioExport.SetAutoObject <boolean>AutoObject 

Set the state of the Auto Group checkbox in the Flight Studio Exporter dialog.

   

<boolean>FlightStudioExport.GetCopyTextures() 

Get the state of the Copy Textures To Output Directory checkbox in the Flight Studio Exporter dialog.

   

<void>FlightStudioExport.SetCopyTextures <boolean>CopyTextures 

Set the state of the Copy Textures To Output Directory checkbox in the Flight Studio Exporter dialog.

   

See Also