Globals.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853
  1. //------------------------------------------------------------------------------
  2. // <auto-generated />
  3. //
  4. // This file was automatically generated by SWIG (http://www.swig.org).
  5. // Version 3.0.12
  6. //
  7. // Do not make changes to this file unless you know what you are doing--modify
  8. // the SWIG interface file instead.
  9. //------------------------------------------------------------------------------
  10. namespace Autodesk.Fbx {
  11. public class Globals {
  12. public static FbxDataType FbxUndefinedDT {
  13. get {
  14. FbxDataType ret = new FbxDataType(NativeMethods.FbxUndefinedDT_get(), false);
  15. return ret;
  16. }
  17. }
  18. public static FbxDataType FbxBoolDT {
  19. get {
  20. FbxDataType ret = new FbxDataType(NativeMethods.FbxBoolDT_get(), false);
  21. return ret;
  22. }
  23. }
  24. public static FbxDataType FbxCharDT {
  25. get {
  26. FbxDataType ret = new FbxDataType(NativeMethods.FbxCharDT_get(), false);
  27. return ret;
  28. }
  29. }
  30. public static FbxDataType FbxUCharDT {
  31. get {
  32. FbxDataType ret = new FbxDataType(NativeMethods.FbxUCharDT_get(), false);
  33. return ret;
  34. }
  35. }
  36. public static FbxDataType FbxShortDT {
  37. get {
  38. FbxDataType ret = new FbxDataType(NativeMethods.FbxShortDT_get(), false);
  39. return ret;
  40. }
  41. }
  42. public static FbxDataType FbxUShortDT {
  43. get {
  44. FbxDataType ret = new FbxDataType(NativeMethods.FbxUShortDT_get(), false);
  45. return ret;
  46. }
  47. }
  48. public static FbxDataType FbxIntDT {
  49. get {
  50. FbxDataType ret = new FbxDataType(NativeMethods.FbxIntDT_get(), false);
  51. return ret;
  52. }
  53. }
  54. public static FbxDataType FbxUIntDT {
  55. get {
  56. FbxDataType ret = new FbxDataType(NativeMethods.FbxUIntDT_get(), false);
  57. return ret;
  58. }
  59. }
  60. public static FbxDataType FbxLongLongDT {
  61. get {
  62. FbxDataType ret = new FbxDataType(NativeMethods.FbxLongLongDT_get(), false);
  63. return ret;
  64. }
  65. }
  66. public static FbxDataType FbxULongLongDT {
  67. get {
  68. FbxDataType ret = new FbxDataType(NativeMethods.FbxULongLongDT_get(), false);
  69. return ret;
  70. }
  71. }
  72. public static FbxDataType FbxFloatDT {
  73. get {
  74. FbxDataType ret = new FbxDataType(NativeMethods.FbxFloatDT_get(), false);
  75. return ret;
  76. }
  77. }
  78. public static FbxDataType FbxHalfFloatDT {
  79. get {
  80. FbxDataType ret = new FbxDataType(NativeMethods.FbxHalfFloatDT_get(), false);
  81. return ret;
  82. }
  83. }
  84. public static FbxDataType FbxDoubleDT {
  85. get {
  86. FbxDataType ret = new FbxDataType(NativeMethods.FbxDoubleDT_get(), false);
  87. return ret;
  88. }
  89. }
  90. public static FbxDataType FbxDouble2DT {
  91. get {
  92. FbxDataType ret = new FbxDataType(NativeMethods.FbxDouble2DT_get(), false);
  93. return ret;
  94. }
  95. }
  96. public static FbxDataType FbxDouble3DT {
  97. get {
  98. FbxDataType ret = new FbxDataType(NativeMethods.FbxDouble3DT_get(), false);
  99. return ret;
  100. }
  101. }
  102. public static FbxDataType FbxDouble4DT {
  103. get {
  104. FbxDataType ret = new FbxDataType(NativeMethods.FbxDouble4DT_get(), false);
  105. return ret;
  106. }
  107. }
  108. public static FbxDataType FbxDouble4x4DT {
  109. get {
  110. FbxDataType ret = new FbxDataType(NativeMethods.FbxDouble4x4DT_get(), false);
  111. return ret;
  112. }
  113. }
  114. public static FbxDataType FbxEnumDT {
  115. get {
  116. FbxDataType ret = new FbxDataType(NativeMethods.FbxEnumDT_get(), false);
  117. return ret;
  118. }
  119. }
  120. public static FbxDataType FbxStringDT {
  121. get {
  122. FbxDataType ret = new FbxDataType(NativeMethods.FbxStringDT_get(), false);
  123. return ret;
  124. }
  125. }
  126. public static FbxDataType FbxTimeDT {
  127. get {
  128. FbxDataType ret = new FbxDataType(NativeMethods.FbxTimeDT_get(), false);
  129. return ret;
  130. }
  131. }
  132. public static FbxDataType FbxReferenceDT {
  133. get {
  134. FbxDataType ret = new FbxDataType(NativeMethods.FbxReferenceDT_get(), false);
  135. return ret;
  136. }
  137. }
  138. public static FbxDataType FbxBlobDT {
  139. get {
  140. FbxDataType ret = new FbxDataType(NativeMethods.FbxBlobDT_get(), false);
  141. return ret;
  142. }
  143. }
  144. public static FbxDataType FbxDistanceDT {
  145. get {
  146. FbxDataType ret = new FbxDataType(NativeMethods.FbxDistanceDT_get(), false);
  147. return ret;
  148. }
  149. }
  150. public static FbxDataType FbxDateTimeDT {
  151. get {
  152. FbxDataType ret = new FbxDataType(NativeMethods.FbxDateTimeDT_get(), false);
  153. return ret;
  154. }
  155. }
  156. public static FbxDataType FbxColor3DT {
  157. get {
  158. FbxDataType ret = new FbxDataType(NativeMethods.FbxColor3DT_get(), false);
  159. return ret;
  160. }
  161. }
  162. public static FbxDataType FbxColor4DT {
  163. get {
  164. FbxDataType ret = new FbxDataType(NativeMethods.FbxColor4DT_get(), false);
  165. return ret;
  166. }
  167. }
  168. public static FbxDataType FbxCompoundDT {
  169. get {
  170. FbxDataType ret = new FbxDataType(NativeMethods.FbxCompoundDT_get(), false);
  171. return ret;
  172. }
  173. }
  174. public static FbxDataType FbxReferenceObjectDT {
  175. get {
  176. FbxDataType ret = new FbxDataType(NativeMethods.FbxReferenceObjectDT_get(), false);
  177. return ret;
  178. }
  179. }
  180. public static FbxDataType FbxReferencePropertyDT {
  181. get {
  182. FbxDataType ret = new FbxDataType(NativeMethods.FbxReferencePropertyDT_get(), false);
  183. return ret;
  184. }
  185. }
  186. public static FbxDataType FbxVisibilityDT {
  187. get {
  188. FbxDataType ret = new FbxDataType(NativeMethods.FbxVisibilityDT_get(), false);
  189. return ret;
  190. }
  191. }
  192. public static FbxDataType FbxVisibilityInheritanceDT {
  193. get {
  194. FbxDataType ret = new FbxDataType(NativeMethods.FbxVisibilityInheritanceDT_get(), false);
  195. return ret;
  196. }
  197. }
  198. public static FbxDataType FbxUrlDT {
  199. get {
  200. FbxDataType ret = new FbxDataType(NativeMethods.FbxUrlDT_get(), false);
  201. return ret;
  202. }
  203. }
  204. public static FbxDataType FbxXRefUrlDT {
  205. get {
  206. FbxDataType ret = new FbxDataType(NativeMethods.FbxXRefUrlDT_get(), false);
  207. return ret;
  208. }
  209. }
  210. public static FbxDataType FbxTranslationDT {
  211. get {
  212. FbxDataType ret = new FbxDataType(NativeMethods.FbxTranslationDT_get(), false);
  213. return ret;
  214. }
  215. }
  216. public static FbxDataType FbxRotationDT {
  217. get {
  218. FbxDataType ret = new FbxDataType(NativeMethods.FbxRotationDT_get(), false);
  219. return ret;
  220. }
  221. }
  222. public static FbxDataType FbxScalingDT {
  223. get {
  224. FbxDataType ret = new FbxDataType(NativeMethods.FbxScalingDT_get(), false);
  225. return ret;
  226. }
  227. }
  228. public static FbxDataType FbxQuaternionDT {
  229. get {
  230. FbxDataType ret = new FbxDataType(NativeMethods.FbxQuaternionDT_get(), false);
  231. return ret;
  232. }
  233. }
  234. public static FbxDataType FbxLocalTranslationDT {
  235. get {
  236. FbxDataType ret = new FbxDataType(NativeMethods.FbxLocalTranslationDT_get(), false);
  237. return ret;
  238. }
  239. }
  240. public static FbxDataType FbxLocalRotationDT {
  241. get {
  242. FbxDataType ret = new FbxDataType(NativeMethods.FbxLocalRotationDT_get(), false);
  243. return ret;
  244. }
  245. }
  246. public static FbxDataType FbxLocalScalingDT {
  247. get {
  248. FbxDataType ret = new FbxDataType(NativeMethods.FbxLocalScalingDT_get(), false);
  249. return ret;
  250. }
  251. }
  252. public static FbxDataType FbxLocalQuaternionDT {
  253. get {
  254. FbxDataType ret = new FbxDataType(NativeMethods.FbxLocalQuaternionDT_get(), false);
  255. return ret;
  256. }
  257. }
  258. public static FbxDataType FbxTransformMatrixDT {
  259. get {
  260. FbxDataType ret = new FbxDataType(NativeMethods.FbxTransformMatrixDT_get(), false);
  261. return ret;
  262. }
  263. }
  264. public static FbxDataType FbxTranslationMatrixDT {
  265. get {
  266. FbxDataType ret = new FbxDataType(NativeMethods.FbxTranslationMatrixDT_get(), false);
  267. return ret;
  268. }
  269. }
  270. public static FbxDataType FbxRotationMatrixDT {
  271. get {
  272. FbxDataType ret = new FbxDataType(NativeMethods.FbxRotationMatrixDT_get(), false);
  273. return ret;
  274. }
  275. }
  276. public static FbxDataType FbxScalingMatrixDT {
  277. get {
  278. FbxDataType ret = new FbxDataType(NativeMethods.FbxScalingMatrixDT_get(), false);
  279. return ret;
  280. }
  281. }
  282. public static FbxDataType FbxMaterialEmissiveDT {
  283. get {
  284. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialEmissiveDT_get(), false);
  285. return ret;
  286. }
  287. }
  288. public static FbxDataType FbxMaterialEmissiveFactorDT {
  289. get {
  290. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialEmissiveFactorDT_get(), false);
  291. return ret;
  292. }
  293. }
  294. public static FbxDataType FbxMaterialAmbientDT {
  295. get {
  296. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialAmbientDT_get(), false);
  297. return ret;
  298. }
  299. }
  300. public static FbxDataType FbxMaterialAmbientFactorDT {
  301. get {
  302. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialAmbientFactorDT_get(), false);
  303. return ret;
  304. }
  305. }
  306. public static FbxDataType FbxMaterialDiffuseDT {
  307. get {
  308. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialDiffuseDT_get(), false);
  309. return ret;
  310. }
  311. }
  312. public static FbxDataType FbxMaterialDiffuseFactorDT {
  313. get {
  314. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialDiffuseFactorDT_get(), false);
  315. return ret;
  316. }
  317. }
  318. public static FbxDataType FbxMaterialBumpDT {
  319. get {
  320. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialBumpDT_get(), false);
  321. return ret;
  322. }
  323. }
  324. public static FbxDataType FbxMaterialNormalMapDT {
  325. get {
  326. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialNormalMapDT_get(), false);
  327. return ret;
  328. }
  329. }
  330. public static FbxDataType FbxMaterialTransparentColorDT {
  331. get {
  332. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialTransparentColorDT_get(), false);
  333. return ret;
  334. }
  335. }
  336. public static FbxDataType FbxMaterialTransparencyFactorDT {
  337. get {
  338. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialTransparencyFactorDT_get(), false);
  339. return ret;
  340. }
  341. }
  342. public static FbxDataType FbxMaterialSpecularDT {
  343. get {
  344. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialSpecularDT_get(), false);
  345. return ret;
  346. }
  347. }
  348. public static FbxDataType FbxMaterialSpecularFactorDT {
  349. get {
  350. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialSpecularFactorDT_get(), false);
  351. return ret;
  352. }
  353. }
  354. public static FbxDataType FbxMaterialShininessDT {
  355. get {
  356. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialShininessDT_get(), false);
  357. return ret;
  358. }
  359. }
  360. public static FbxDataType FbxMaterialReflectionDT {
  361. get {
  362. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialReflectionDT_get(), false);
  363. return ret;
  364. }
  365. }
  366. public static FbxDataType FbxMaterialReflectionFactorDT {
  367. get {
  368. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialReflectionFactorDT_get(), false);
  369. return ret;
  370. }
  371. }
  372. public static FbxDataType FbxMaterialDisplacementDT {
  373. get {
  374. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialDisplacementDT_get(), false);
  375. return ret;
  376. }
  377. }
  378. public static FbxDataType FbxMaterialVectorDisplacementDT {
  379. get {
  380. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialVectorDisplacementDT_get(), false);
  381. return ret;
  382. }
  383. }
  384. public static FbxDataType FbxMaterialCommonFactorDT {
  385. get {
  386. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialCommonFactorDT_get(), false);
  387. return ret;
  388. }
  389. }
  390. public static FbxDataType FbxMaterialCommonTextureDT {
  391. get {
  392. FbxDataType ret = new FbxDataType(NativeMethods.FbxMaterialCommonTextureDT_get(), false);
  393. return ret;
  394. }
  395. }
  396. public static FbxDataType FbxLayerElementUndefinedDT {
  397. get {
  398. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementUndefinedDT_get(), false);
  399. return ret;
  400. }
  401. }
  402. public static FbxDataType FbxLayerElementNormalDT {
  403. get {
  404. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementNormalDT_get(), false);
  405. return ret;
  406. }
  407. }
  408. public static FbxDataType FbxLayerElementBinormalDT {
  409. get {
  410. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementBinormalDT_get(), false);
  411. return ret;
  412. }
  413. }
  414. public static FbxDataType FbxLayerElementTangentDT {
  415. get {
  416. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementTangentDT_get(), false);
  417. return ret;
  418. }
  419. }
  420. public static FbxDataType FbxLayerElementMaterialDT {
  421. get {
  422. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementMaterialDT_get(), false);
  423. return ret;
  424. }
  425. }
  426. public static FbxDataType FbxLayerElementTextureDT {
  427. get {
  428. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementTextureDT_get(), false);
  429. return ret;
  430. }
  431. }
  432. public static FbxDataType FbxLayerElementPolygonGroupDT {
  433. get {
  434. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementPolygonGroupDT_get(), false);
  435. return ret;
  436. }
  437. }
  438. public static FbxDataType FbxLayerElementUVDT {
  439. get {
  440. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementUVDT_get(), false);
  441. return ret;
  442. }
  443. }
  444. public static FbxDataType FbxLayerElementVertexColorDT {
  445. get {
  446. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementVertexColorDT_get(), false);
  447. return ret;
  448. }
  449. }
  450. public static FbxDataType FbxLayerElementSmoothingDT {
  451. get {
  452. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementSmoothingDT_get(), false);
  453. return ret;
  454. }
  455. }
  456. public static FbxDataType FbxLayerElementCreaseDT {
  457. get {
  458. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementCreaseDT_get(), false);
  459. return ret;
  460. }
  461. }
  462. public static FbxDataType FbxLayerElementHoleDT {
  463. get {
  464. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementHoleDT_get(), false);
  465. return ret;
  466. }
  467. }
  468. public static FbxDataType FbxLayerElementUserDataDT {
  469. get {
  470. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementUserDataDT_get(), false);
  471. return ret;
  472. }
  473. }
  474. public static FbxDataType FbxLayerElementVisibilityDT {
  475. get {
  476. FbxDataType ret = new FbxDataType(NativeMethods.FbxLayerElementVisibilityDT_get(), false);
  477. return ret;
  478. }
  479. }
  480. public static FbxDataType FbxAliasDT {
  481. get {
  482. FbxDataType ret = new FbxDataType(NativeMethods.FbxAliasDT_get(), false);
  483. return ret;
  484. }
  485. }
  486. public static FbxDataType FbxPresetsDT {
  487. get {
  488. FbxDataType ret = new FbxDataType(NativeMethods.FbxPresetsDT_get(), false);
  489. return ret;
  490. }
  491. }
  492. public static FbxDataType FbxStatisticsDT {
  493. get {
  494. FbxDataType ret = new FbxDataType(NativeMethods.FbxStatisticsDT_get(), false);
  495. return ret;
  496. }
  497. }
  498. public static FbxDataType FbxTextLineDT {
  499. get {
  500. FbxDataType ret = new FbxDataType(NativeMethods.FbxTextLineDT_get(), false);
  501. return ret;
  502. }
  503. }
  504. public static FbxDataType FbxUnitsDT {
  505. get {
  506. FbxDataType ret = new FbxDataType(NativeMethods.FbxUnitsDT_get(), false);
  507. return ret;
  508. }
  509. }
  510. public static FbxDataType FbxWarningDT {
  511. get {
  512. FbxDataType ret = new FbxDataType(NativeMethods.FbxWarningDT_get(), false);
  513. return ret;
  514. }
  515. }
  516. public static FbxDataType FbxWebDT {
  517. get {
  518. FbxDataType ret = new FbxDataType(NativeMethods.FbxWebDT_get(), false);
  519. return ret;
  520. }
  521. }
  522. public static FbxDataType FbxActionDT {
  523. get {
  524. FbxDataType ret = new FbxDataType(NativeMethods.FbxActionDT_get(), false);
  525. return ret;
  526. }
  527. }
  528. public static FbxDataType FbxCameraIndexDT {
  529. get {
  530. FbxDataType ret = new FbxDataType(NativeMethods.FbxCameraIndexDT_get(), false);
  531. return ret;
  532. }
  533. }
  534. public static FbxDataType FbxCharPtrDT {
  535. get {
  536. FbxDataType ret = new FbxDataType(NativeMethods.FbxCharPtrDT_get(), false);
  537. return ret;
  538. }
  539. }
  540. public static FbxDataType FbxConeAngleDT {
  541. get {
  542. FbxDataType ret = new FbxDataType(NativeMethods.FbxConeAngleDT_get(), false);
  543. return ret;
  544. }
  545. }
  546. public static FbxDataType FbxEventDT {
  547. get {
  548. FbxDataType ret = new FbxDataType(NativeMethods.FbxEventDT_get(), false);
  549. return ret;
  550. }
  551. }
  552. public static FbxDataType FbxFieldOfViewDT {
  553. get {
  554. FbxDataType ret = new FbxDataType(NativeMethods.FbxFieldOfViewDT_get(), false);
  555. return ret;
  556. }
  557. }
  558. public static FbxDataType FbxFieldOfViewXDT {
  559. get {
  560. FbxDataType ret = new FbxDataType(NativeMethods.FbxFieldOfViewXDT_get(), false);
  561. return ret;
  562. }
  563. }
  564. public static FbxDataType FbxFieldOfViewYDT {
  565. get {
  566. FbxDataType ret = new FbxDataType(NativeMethods.FbxFieldOfViewYDT_get(), false);
  567. return ret;
  568. }
  569. }
  570. public static FbxDataType FbxFogDT {
  571. get {
  572. FbxDataType ret = new FbxDataType(NativeMethods.FbxFogDT_get(), false);
  573. return ret;
  574. }
  575. }
  576. public static FbxDataType FbxHSBDT {
  577. get {
  578. FbxDataType ret = new FbxDataType(NativeMethods.FbxHSBDT_get(), false);
  579. return ret;
  580. }
  581. }
  582. public static FbxDataType FbxIKReachTranslationDT {
  583. get {
  584. FbxDataType ret = new FbxDataType(NativeMethods.FbxIKReachTranslationDT_get(), false);
  585. return ret;
  586. }
  587. }
  588. public static FbxDataType FbxIKReachRotationDT {
  589. get {
  590. FbxDataType ret = new FbxDataType(NativeMethods.FbxIKReachRotationDT_get(), false);
  591. return ret;
  592. }
  593. }
  594. public static FbxDataType FbxIntensityDT {
  595. get {
  596. FbxDataType ret = new FbxDataType(NativeMethods.FbxIntensityDT_get(), false);
  597. return ret;
  598. }
  599. }
  600. public static FbxDataType FbxLookAtDT {
  601. get {
  602. FbxDataType ret = new FbxDataType(NativeMethods.FbxLookAtDT_get(), false);
  603. return ret;
  604. }
  605. }
  606. public static FbxDataType FbxOcclusionDT {
  607. get {
  608. FbxDataType ret = new FbxDataType(NativeMethods.FbxOcclusionDT_get(), false);
  609. return ret;
  610. }
  611. }
  612. public static FbxDataType FbxOpticalCenterXDT {
  613. get {
  614. FbxDataType ret = new FbxDataType(NativeMethods.FbxOpticalCenterXDT_get(), false);
  615. return ret;
  616. }
  617. }
  618. public static FbxDataType FbxOpticalCenterYDT {
  619. get {
  620. FbxDataType ret = new FbxDataType(NativeMethods.FbxOpticalCenterYDT_get(), false);
  621. return ret;
  622. }
  623. }
  624. public static FbxDataType FbxOrientationDT {
  625. get {
  626. FbxDataType ret = new FbxDataType(NativeMethods.FbxOrientationDT_get(), false);
  627. return ret;
  628. }
  629. }
  630. public static FbxDataType FbxRealDT {
  631. get {
  632. FbxDataType ret = new FbxDataType(NativeMethods.FbxRealDT_get(), false);
  633. return ret;
  634. }
  635. }
  636. public static FbxDataType FbxRollDT {
  637. get {
  638. FbxDataType ret = new FbxDataType(NativeMethods.FbxRollDT_get(), false);
  639. return ret;
  640. }
  641. }
  642. public static FbxDataType FbxScalingUVDT {
  643. get {
  644. FbxDataType ret = new FbxDataType(NativeMethods.FbxScalingUVDT_get(), false);
  645. return ret;
  646. }
  647. }
  648. public static FbxDataType FbxShapeDT {
  649. get {
  650. FbxDataType ret = new FbxDataType(NativeMethods.FbxShapeDT_get(), false);
  651. return ret;
  652. }
  653. }
  654. public static FbxDataType FbxStringListDT {
  655. get {
  656. FbxDataType ret = new FbxDataType(NativeMethods.FbxStringListDT_get(), false);
  657. return ret;
  658. }
  659. }
  660. public static FbxDataType FbxTextureRotationDT {
  661. get {
  662. FbxDataType ret = new FbxDataType(NativeMethods.FbxTextureRotationDT_get(), false);
  663. return ret;
  664. }
  665. }
  666. public static FbxDataType FbxTimeCodeDT {
  667. get {
  668. FbxDataType ret = new FbxDataType(NativeMethods.FbxTimeCodeDT_get(), false);
  669. return ret;
  670. }
  671. }
  672. public static FbxDataType FbxTimeWarpDT {
  673. get {
  674. FbxDataType ret = new FbxDataType(NativeMethods.FbxTimeWarpDT_get(), false);
  675. return ret;
  676. }
  677. }
  678. public static FbxDataType FbxTranslationUVDT {
  679. get {
  680. FbxDataType ret = new FbxDataType(NativeMethods.FbxTranslationUVDT_get(), false);
  681. return ret;
  682. }
  683. }
  684. public static FbxDataType FbxWeightDT {
  685. get {
  686. FbxDataType ret = new FbxDataType(NativeMethods.FbxWeightDT_get(), false);
  687. return ret;
  688. }
  689. }
  690. internal static bool IsValidColor(FbxColor c) {
  691. bool ret = NativeMethods.IsValidColor(c);
  692. return ret;
  693. }
  694. public delegate bool FbxProgressCallback(float percentage, string status);
  695. public static readonly int FBXSDK_PROPERTY_ID_NULL = NativeMethods.FBXSDK_PROPERTY_ID_NULL_get();
  696. public static readonly int FBXSDK_PROPERTY_ID_ROOT = NativeMethods.FBXSDK_PROPERTY_ID_ROOT_get();
  697. public static readonly string IOSROOT = NativeMethods.IOSROOT_get();
  698. public static readonly string IMP_FBX_GLOBAL_SETTINGS = NativeMethods.IMP_FBX_GLOBAL_SETTINGS_get();
  699. public static readonly string IMP_FBX_MATERIAL = NativeMethods.IMP_FBX_MATERIAL_get();
  700. public static readonly string IMP_FBX_TEXTURE = NativeMethods.IMP_FBX_TEXTURE_get();
  701. public static readonly string IMP_FBX_ANIMATION = NativeMethods.IMP_FBX_ANIMATION_get();
  702. public static readonly string IMP_FBX_EXTRACT_EMBEDDED_DATA = NativeMethods.IMP_FBX_EXTRACT_EMBEDDED_DATA_get();
  703. public static readonly string EXP_FBX_GLOBAL_SETTINGS = NativeMethods.EXP_FBX_GLOBAL_SETTINGS_get();
  704. public static readonly string EXP_FBX_MATERIAL = NativeMethods.EXP_FBX_MATERIAL_get();
  705. public static readonly string EXP_FBX_TEXTURE = NativeMethods.EXP_FBX_TEXTURE_get();
  706. public static readonly string EXP_FBX_ANIMATION = NativeMethods.EXP_FBX_ANIMATION_get();
  707. public static readonly string EXP_FBX_EMBEDDED = NativeMethods.EXP_FBX_EMBEDDED_get();
  708. public static readonly string FBXSDK_SHADING_LANGUAGE_HLSL = NativeMethods.FBXSDK_SHADING_LANGUAGE_HLSL_get();
  709. public static readonly string FBXSDK_SHADING_LANGUAGE_GLSL = NativeMethods.FBXSDK_SHADING_LANGUAGE_GLSL_get();
  710. public static readonly string FBXSDK_SHADING_LANGUAGE_CGFX = NativeMethods.FBXSDK_SHADING_LANGUAGE_CGFX_get();
  711. public static readonly string FBXSDK_SHADING_LANGUAGE_SFX = NativeMethods.FBXSDK_SHADING_LANGUAGE_SFX_get();
  712. public static readonly string FBXSDK_SHADING_LANGUAGE_MRSL = NativeMethods.FBXSDK_SHADING_LANGUAGE_MRSL_get();
  713. public static readonly string FBXSDK_RENDERING_API_DIRECTX = NativeMethods.FBXSDK_RENDERING_API_DIRECTX_get();
  714. public static readonly string FBXSDK_RENDERING_API_OPENGL = NativeMethods.FBXSDK_RENDERING_API_OPENGL_get();
  715. public static readonly string FBXSDK_RENDERING_API_MENTALRAY = NativeMethods.FBXSDK_RENDERING_API_MENTALRAY_get();
  716. public static readonly string FBXSDK_RENDERING_API_PREVIEW = NativeMethods.FBXSDK_RENDERING_API_PREVIEW_get();
  717. public static readonly string FBXSDK_CURVENODE_TRANSFORM = NativeMethods.FBXSDK_CURVENODE_TRANSFORM_get();
  718. public static readonly string FBXSDK_CURVENODE_TRANSLATION = NativeMethods.FBXSDK_CURVENODE_TRANSLATION_get();
  719. public static readonly string FBXSDK_CURVENODE_ROTATION = NativeMethods.FBXSDK_CURVENODE_ROTATION_get();
  720. public static readonly string FBXSDK_CURVENODE_SCALING = NativeMethods.FBXSDK_CURVENODE_SCALING_get();
  721. public static readonly string FBXSDK_CURVENODE_COMPONENT_X = NativeMethods.FBXSDK_CURVENODE_COMPONENT_X_get();
  722. public static readonly string FBXSDK_CURVENODE_COMPONENT_Y = NativeMethods.FBXSDK_CURVENODE_COMPONENT_Y_get();
  723. public static readonly string FBXSDK_CURVENODE_COMPONENT_Z = NativeMethods.FBXSDK_CURVENODE_COMPONENT_Z_get();
  724. public static readonly string FBXSDK_CURVENODE_COLOR = NativeMethods.FBXSDK_CURVENODE_COLOR_get();
  725. public static readonly string FBXSDK_CURVENODE_COLOR_RED = NativeMethods.FBXSDK_CURVENODE_COLOR_RED_get();
  726. public static readonly string FBXSDK_CURVENODE_COLOR_GREEN = NativeMethods.FBXSDK_CURVENODE_COLOR_GREEN_get();
  727. public static readonly string FBXSDK_CURVENODE_COLOR_BLUE = NativeMethods.FBXSDK_CURVENODE_COLOR_BLUE_get();
  728. public static readonly string FBXSDK_CAMERA_PERSPECTIVE = NativeMethods.FBXSDK_CAMERA_PERSPECTIVE_get();
  729. public static readonly int FBX_NO_SECTION = NativeMethods.FBX_NO_SECTION_get();
  730. public static readonly int FBX_MAIN_SECTION = NativeMethods.FBX_MAIN_SECTION_get();
  731. public static readonly int FBX_EXTENSION_SECTION_0 = NativeMethods.FBX_EXTENSION_SECTION_0_get();
  732. }
  733. }