8#include "RshPluginSurveyingFormat/RshPluginSurveyingFormatDefines.h"
9#include "RshPluginScriptInterface/Script/SObjectStatic.h"
10#include <QtScript/Array>
11#include <QtScript/QScriptable>
14namespace rsh::ScriptBinding
23class SPolyExt :
public SObjectStatic
40 EXPORT_FBX_COLOR_PER_TRIANGLE};
64 Array<SPoly> MeshesToExport,
66 Boolean IsExportTexture,
70 SMatrix CoordinateSystemMatrix = {}
Matrix with 3 lines and 4 columns to make any transformation. This class should be used in order to a...
Definition: SMatrix.h:21
The SPoly class provides triangular mesh(es) manipulation. The SPoly creation can be done by calling ...
Definition: SPoly.h:39
EExportVertexColor
Definition: ZSPolyExt.h:36
@ EXPORT_FBX_NO_COLOR
Definition: ZSPolyExt.h:37
@ EXPORT_FBX_REAL_COLOR
Definition: ZSPolyExt.h:39
@ EXPORT_FBX_INSPECTION
Definition: ZSPolyExt.h:38
static Number SaveFBX(String FilePath, Array< SPoly > MeshesToExport, Boolean IsExportTexture, EExportVertexColor ExportVertexColor, SMatrix CoordinateSystemMatrix={})
Saves the meshes into a FBX file.